mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
17 lines
196 B
YAML
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
|