17 lines
379 B
YAML
17 lines
379 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
|
|
- config-map-config.yaml
|
|
|
|
configMapGenerator:
|
|
- name: ptp-chat-frontend-env
|
|
files:
|
|
- frontend-env.js |