Files
devops-infra-helm-charts-gcp/helm-overrides/k8s-datascience-prd-ase1c/contour-internal-0/custom-values.yaml
T
2026-08-26 03:39:42 +05:30

95 lines
2.0 KiB
YAML

configInline:
enableExternalNameService: true
timeouts:
connection-idle-timeout: 65s
connection-shutdown-grace-period: 60s
max-connection-duration: 600s
disablePermitInsecure: false
tls:
fallback-certificate: {}
accesslog-format: envoy
accesslog-level: disabled
contour:
enabled: true
replicaCount: 3
podLabels:
bu: datascience
team: datascience-devops
env: prd
manageCRDs: true
resources:
requests:
cpu: 500m
memory: 3Gi
tolerations:
- effect: NoSchedule
key: dedicated
operator: Equal
value: contour-internal-0
nodeSelector:
dedicated: contour-internal-0
service:
type: ClusterIP
ports:
xds: 8001
metrics: 8000
ingressClass:
name: "contour-internal-0"
create: true
debug: false
podAnnotations:
prometheus.io/path: /metrics
prometheus.io/port: '8000'
prometheus.io/scrape: 'true'
envoy:
enabled: true
podLabels:
bu: datascience
team: datascience-devops
env: prd
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 5%
maxUnavailable: 0
kind: deployment
tolerations:
- effect: NoSchedule
key: dedicated
operator: Equal
value: contour-internal-0
nodeSelector:
dedicated: contour-internal-0
logLevel: error
autoscaling:
enabled: true
minReplicas: 3
maxReplicas: 250
targetCPU: "50"
targetMemory: "60"
podAnnotations:
prometheus.io/path: /stats/prometheus
prometheus.io/port: '8002'
prometheus.io/scrape: 'true'
resources:
requests:
cpu: 6
memory: 8Gi
service:
tcpLB: true
export:
enabled: true
targetPorts:
http: http
https: https
type: ClusterIP
annotations:
cloud.google.com/neg: '{"exposed_ports": {"80":{"name": "envoy-int0-dsci-c-prd"}}}'
ports:
http: 80
https: 443
grpc: 8080 ## only when tcpLB is true it will be used
useHostPort: false
defaultBackend:
enabled: false