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

96 lines
2.1 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:
tlsExistingSecret: "contourcert"
enabled: true
replicaCount: 3
podLabels:
bu: dsgpu
team: dsgpu-devops
env: prd
manageCRDs: true
resources:
requests:
cpu: 500m
memory: 3Gi
tolerations:
- effect: NoSchedule
key: cloud.google.com/compute-class
operator: Equal
value: c4d-highcpu-16-contour-internal-0-compute-class
nodeSelector:
cloud.google.com/compute-class: c4d-highcpu-16-contour-internal-0-compute-class
service:
tcpLB: true
type: ClusterIP
ports:
xds: 8001
metrics: 8000
ingressClass:
name: "contour-internal-intra-0"
create: true
debug: false
podAnnotations:
prometheus.io/path: /metrics
prometheus.io/port: '8000'
prometheus.io/scrape: 'true'
envoy:
tlsExistingSecret: "envoycert"
enabled: true
podLabels:
bu: dsgpu
team: dsgpu-devops
env: prd
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 5%
maxUnavailable: 0
kind: deployment
tolerations:
- effect: NoSchedule
key: cloud.google.com/compute-class
operator: Equal
value: c4d-highcpu-16-contour-internal-0-compute-class
nodeSelector:
cloud.google.com/compute-class: c4d-highcpu-16-contour-internal-0-compute-class
logLevel: error
autoscaling:
enabled: true
minReplicas: 9
maxReplicas: 250
targetCPU: "40"
targetMemory: "60"
podAnnotations:
prometheus.io/path: /stats/prometheus
prometheus.io/port: '8002'
prometheus.io/scrape: 'true'
resources:
requests:
cpu: 14
memory: 8Gi
service:
tcpLB: false
export:
enabled: false
targetPorts:
http: http
https: https
type: ClusterIP
ports:
http: 80
https: 443
grpc: 8080 ## only when tcpLB is true it will be used
useHostPort: false
defaultBackend:
enabled: false