aef6698e2d
Replaces Consul service registration with the native Kubernetes provider so Vault labels its own pods with active/standby status without requiring a Consul dependency.
10 lines
174 B
YAML
10 lines
174 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- gateway.yaml
|
|
- httproute.yaml
|
|
- role_k8s-service-registration.yaml
|