mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 17:14:25 +00:00
9 lines
188 B
YAML
9 lines
188 B
YAML
# /apps/prod/lemma/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: lemma
|
|
|
|
resources:
|
|
- ../../base/lemma
|
|
- secret.enc.yaml
|
|
- ingress.yaml |