Files
nextcloud/deploy/infra/kustomization.yaml
Márcio Fernandes 58a26067fa
Some checks failed
/ continuous-deploy (push) Failing after 15s
add onlyoffice, and ingress revision
2026-04-08 18:24:25 +00:00

12 lines
309 B
YAML

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