Files
nextcloud/deploy/infra/kustomization.yaml
Márcio Fernandes ac0d92654a
All checks were successful
/ continuous-deploy (push) Successful in 22s
public egress and internal one
2026-04-12 13:02:57 +00:00

13 lines
341 B
YAML

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