19 lines
351 B
YAML
19 lines
351 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- configmap.yaml
|
|
- php-config.yaml
|
|
- harbor-pull-secret.yaml
|
|
- storage.yaml
|
|
- certificate.yaml
|
|
- service.yaml
|
|
- deployment-web.yaml
|
|
- deployment-worker.yaml
|
|
- hpa-web.yaml
|
|
- hpa-worker.yaml
|
|
- ingress.yaml
|
|
- nginx-headers-configmap.yaml
|
|
- monitoring.yaml |