mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
7 lines
200 B
YAML
7 lines
200 B
YAML
kind: ConfigMap
|
|
apiVersion: v1
|
|
metadata:
|
|
name: functions-config
|
|
data:
|
|
MQ_URL: redis://redis-master.default
|
|
DB_URL: postgres://postgres:mysecretpassword@postgresql-master.default/?sslmode=disable |