13 lines
302 B
YAML
13 lines
302 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ptp-chat-backend.yaml
|
|
- ptp-chat-frontend.yaml
|
|
- ptp-chat-db.yaml
|
|
- ptp-chat-hpa.yaml
|
|
- ptp-chat-istio.yaml
|
|
- ptp-chat-sealed-secret.yaml
|
|
- ptp-chat-pull-sealed-secret.yaml
|
|
- ptp-chat-cert-sealed-secret.yaml
|