Files
nextcloud/deploy/infra/kustomization.yaml
Márcio Fernandes a3b1c230c6
Some checks failed
/ continuous-deploy (push) Failing after 20s
add dashboard and redis
2026-04-18 19:22:54 +00:00

14 lines
382 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
- ./whiteboard/middlewares.yaml
generatorOptions:
disableNameSuffixHash: true