15 lines
324 B
YAML
15 lines
324 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- pvc.yaml
|
|
- image-policy.yaml
|
|
- image-repo.yaml
|
|
- image-update-automation.yaml
|
|
- middlewares.yaml
|
|
- network-policies.yaml
|
|
- ingress-web-public.yaml
|
|
- ingress-web.yaml
|
|
- onlyoffice-secrets.yaml |