Files
coal/k8s/base/kustomization.yaml
2023-08-10 17:19:36 +08:00

17 lines
196 B
YAML

resources:
- api.yaml
- redis.yaml
- pg.yaml
vars:
- name: PG_HOST
objref:
kind: Service
name: pg
- name: REDIS_HOST
objref:
kind: Service
name: redis