khmereid-backend-temp/k8s/base/kustomization.yml
Ichen Chhoeng ff0e97e36b blah
2025-11-17 11:25:33 +07:00

19 lines
407 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- envoy.yml
# - deployment.yml
- app-kratos.yml
- postgres-dotnet.yml
- postgres-kratos.yml
configMapGenerator:
- name: kratos-config
files:
- kratos.yaml=../../config/kratos/kratos.yml
- identity.schema.json=../../config/kratos/identity.schema.json
generatorOptions:
disableNameSuffixHash: true