This commit is contained in:
2023-08-10 17:19:36 +08:00
parent 2adedec5ce
commit f7cac7d0c8
3 changed files with 18 additions and 3 deletions

View File

@@ -1,4 +1,16 @@
resources:
- api.yaml
- redis.yaml
- pg.yaml
- pg.yaml
vars:
- name: PG_HOST
objref:
kind: Service
name: pg
- name: REDIS_HOST
objref:
kind: Service
name: redis