Files
nextcloud/deploy/infra/kustomization.yaml
Márcio Fernandes 405763f158
All checks were successful
/ continuous-deploy (push) Successful in 23s
add network-policies
2026-04-18 15:11:24 +00:00

13 lines
348 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cd-serviceaccount.yaml
- network-policies.yaml
- middlewares.yaml
- ingress-web.yaml
- ingress-web-public.yaml
- storage-limbosolutions-com/pv.yaml
- ./onlyoffice/ingress.yaml
- ./onlyoffice/middlewares.yaml
generatorOptions:
disableNameSuffixHash: true