Files
git.limbosolutions.com/deploy/infra/kustomization.yaml
Márcio Fernandes 0599b3d41a
All checks were successful
/ continuous-deploy (push) Successful in 20s
ingress revision
2026-04-09 12:34:45 +00:00

16 lines
316 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- cd-serviceaccount.yaml
- network-policies.yaml
- certificate.yaml
- ingress-web.yaml
- ingress-web-public.yaml
- ingress-ssh.yaml
- ingress-ssh-public.yaml
generatorOptions:
disableNameSuffixHash: true