added repo
This commit is contained in:
@@ -0,0 +1,110 @@
|
||||
configInline:
|
||||
enableExternalNameService: true
|
||||
timeouts:
|
||||
connection-idle-timeout: 65s
|
||||
connection-shutdown-grace-period: 400s
|
||||
max-connection-duration: 540s
|
||||
disablePermitInsecure: false
|
||||
tls:
|
||||
fallback-certificate: {}
|
||||
accesslog-format: envoy
|
||||
accesslog-level: disabled
|
||||
contour:
|
||||
tlsExistingSecret: "contourcert"
|
||||
enabled: true
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 10%
|
||||
maxUnavailable: 0
|
||||
replicaCount: 3
|
||||
podLabels:
|
||||
bu: dsgpu
|
||||
team: dsgpu-devops
|
||||
env: prd
|
||||
manageCRDs: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 8
|
||||
memory: 10Gi
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
key: cloud.google.com/compute-class
|
||||
operator: Equal
|
||||
value: c3-highcpu-22-contour-internal-1-compute-class
|
||||
nodeSelector:
|
||||
cloud.google.com/compute-class: c3-highcpu-22-contour-internal-1-compute-class
|
||||
service:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
xds: 8001
|
||||
metrics: 8000
|
||||
ingressClass:
|
||||
name: "contour-internal-intra-1"
|
||||
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
|
||||
kind: deployment
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
key: cloud.google.com/compute-class
|
||||
operator: Equal
|
||||
value: c3-highcpu-22-contour-internal-1-compute-class
|
||||
nodeSelector:
|
||||
cloud.google.com/compute-class: c3-highcpu-22-contour-internal-1-compute-class
|
||||
logLevel: error
|
||||
terminationGracePeriodSeconds: 500
|
||||
autoscaling:
|
||||
behaviour:
|
||||
scaledown:
|
||||
policies:
|
||||
- periodseconds: 500
|
||||
type: Pods
|
||||
value: 1
|
||||
selectpolicy: Min
|
||||
stabilizationWindowSeconds: 600
|
||||
scaleup:
|
||||
policies:
|
||||
- periodseconds: 15
|
||||
type: Pods
|
||||
value: 2
|
||||
selectpolicy: Max
|
||||
stabilizationWindowSeconds: 60
|
||||
enabled: true
|
||||
minReplicas: 10
|
||||
maxReplicas: 250
|
||||
targetCPU: "35"
|
||||
targetMemory: "40"
|
||||
podAnnotations:
|
||||
prometheus.io/path: /stats/prometheus
|
||||
prometheus.io/port: '8002'
|
||||
prometheus.io/scrape: 'true'
|
||||
resources:
|
||||
requests:
|
||||
cpu: 18
|
||||
memory: 12Gi
|
||||
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
|
||||
Reference in New Issue
Block a user