102 lines
2.2 KiB
YAML
102 lines
2.2 KiB
YAML
labels:
|
|
team: devops
|
|
env: prd
|
|
region: ase1
|
|
zone: a
|
|
|
|
#cluster msc "on" or "off"
|
|
#bu mentioned in incubator application.yaml values.labels e.g central
|
|
#msc.central: on , all-ilb: off ; for all externalservice backend in central cluster -> clusterset.local
|
|
#msc.central: on , supply-ilb.enabled: on ; externalservice backend for supply in each cluster -> ilb of zone mentioned for supply bu
|
|
#msc.central: off , all-ilb: off/on ; all externalservice backend in central cluster -> ilb of zone mentioned for each bu
|
|
|
|
|
|
#if you want to override the envoy service name with a different value, you can do it here
|
|
#e.g envoy service name = contour-internal-0-central-c-prd then overrideEnvoyServiceNameWith = c
|
|
# namespace = contour-internal-0-central-prd
|
|
# "" means no override
|
|
overrideEnvoyServiceNameWith: ""
|
|
|
|
mcs:
|
|
farmiso: "on"
|
|
central: "on"
|
|
dataengg: "on"
|
|
datascience: "on"
|
|
demand: "on"
|
|
supply: "on"
|
|
dsgpu: "on"
|
|
|
|
supply-ilb:
|
|
enabled: false
|
|
zone: a
|
|
demand-ilb:
|
|
enabled: false
|
|
zone: a
|
|
dataengg-ilb:
|
|
enabled: false
|
|
zone: a
|
|
datascience-ilb:
|
|
enabled: false
|
|
zone: a
|
|
farmiso-ilb:
|
|
enabled: false
|
|
zone: a
|
|
central-ilb:
|
|
enabled: false
|
|
zone: a
|
|
dsgpu-ilb:
|
|
enabled: false
|
|
zone: a
|
|
|
|
|
|
#namespace:
|
|
# alb for http or tcplb for grpc
|
|
svcSpec:
|
|
contour-internal-0-central-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-0-dataengg-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-0-datascience-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-0-demand-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-0-supply-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-1-central-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-1-dataengg-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-1-datascience-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-1-demand-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-1-supply-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-external-central-prd:
|
|
- "http"
|
|
contour-external-dataengg-prd:
|
|
- "http"
|
|
contour-external-datascience-prd:
|
|
- "http"
|
|
contour-external-demand-prd:
|
|
- "http"
|
|
contour-external-supply-prd:
|
|
- "http"
|
|
contour-internal-0-dsgpu-prd:
|
|
- "http"
|
|
- "grpc"
|
|
contour-internal-1-dsgpu-prd:
|
|
- "http"
|
|
- "grpc"
|
|
|