14 lines
414 B
YAML
14 lines
414 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: common-config
|
|
namespace: team1tier-healthsync-ns
|
|
data:
|
|
ALLOWED_ORIGINS: "http://20.249.193.105"
|
|
POSTGRES_HOST: "psql-digitalgarage-01.postgres.database.azure.com"
|
|
POSTGRES_PORT: "5432"
|
|
REDIS_HOST: "redis-digitalgarage-01.redis.cache.windows.net"
|
|
REDIS_PORT: "6380"
|
|
REDIS_USE_SSL: "true"
|
|
SERVICE_BUS_NAMESPACE: "sb-healthsync.servicebus.windows.net"
|