91 lines
1.8 KiB
YAML
91 lines
1.8 KiB
YAML
configInline:
|
|
enableExternalNameService: true
|
|
timeouts:
|
|
connection-idle-timeout: 305s
|
|
connection-shutdown-grace-period: 300s
|
|
max-connection-duration: 1200s
|
|
disablePermitInsecure: false
|
|
tls:
|
|
fallback-certificate: {}
|
|
accesslog-format: envoy
|
|
accesslog-level: disabled
|
|
contour:
|
|
enabled: true
|
|
replicaCount: 3
|
|
podLabels:
|
|
bu: demand
|
|
team: demand-devops
|
|
env: prd
|
|
manageCRDs: true
|
|
resources:
|
|
requests:
|
|
cpu: 8
|
|
memory: 10Gi
|
|
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-intra-0"
|
|
create: true
|
|
debug: false
|
|
podAnnotations:
|
|
prometheus.io/path: /metrics
|
|
prometheus.io/port: '8000'
|
|
prometheus.io/scrape: 'true'
|
|
envoy:
|
|
updateStrategy:
|
|
rollingUpdate:
|
|
maxSurge: 10%
|
|
enabled: true
|
|
podLabels:
|
|
bu: demand
|
|
team: demand-devops
|
|
env: prd
|
|
kind: deployment
|
|
tolerations:
|
|
- effect: NoSchedule
|
|
key: dedicated
|
|
operator: Equal
|
|
value: contour-intra-0
|
|
nodeSelector:
|
|
dedicated: contour-intra-0
|
|
logLevel: error
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 4
|
|
maxReplicas: 350
|
|
targetCPU: "40"
|
|
targetMemory: "55"
|
|
podAnnotations:
|
|
prometheus.io/path: /stats/prometheus
|
|
prometheus.io/port: '8002'
|
|
prometheus.io/scrape: 'true'
|
|
resources:
|
|
requests:
|
|
cpu: 12
|
|
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
|