eef4c2cd49
StatefulSet with templated PVC (cephrbd-fast-delete, 10Gi), headless service for raft cluster communication, HTTPS gateway (443→8200), and kubernetes provider retry_join for automatic cluster formation.
22 lines
388 B
YAML
22 lines
388 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- serviceaccount.yaml
|
|
- role.yaml
|
|
- rolebinding.yaml
|
|
- statefulset.yaml
|
|
- service.yaml
|
|
- service_headless.yaml
|
|
- gateway.yaml
|
|
- httproute.yaml
|
|
|
|
configMapGenerator:
|
|
- name: vault-config
|
|
files:
|
|
- resources/vault.hcl
|
|
options:
|
|
disableNameSuffixHash: true
|