titan-iac/services/vault/kustomization.yaml

15 lines
306 B
YAML
Raw Normal View History

2025-09-05 02:12:45 -05:00
# services/vault/kustomization.yaml
2025-08-19 01:06:45 -05:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: vault
resources:
- namespace.yaml
- serviceaccount.yaml
- rbac.yaml
2025-12-19 19:30:09 -03:00
- configmap.yaml
- statefulset.yaml
- service.yaml
2025-08-21 07:41:55 -05:00
- ingress.yaml
2025-12-19 19:30:09 -03:00
- certificate.yaml
2025-08-21 07:41:55 -05:00
- serverstransport.yaml