added repo
This commit is contained in:
@@ -0,0 +1,101 @@
|
||||
configInline:
|
||||
enableExternalNameService: true
|
||||
network:
|
||||
num-trusted-hops: 1
|
||||
timeouts:
|
||||
connection-idle-timeout: 305s
|
||||
disablePermitInsecure: false
|
||||
tls:
|
||||
fallback-certificate: {}
|
||||
accesslog-format: envoy
|
||||
accesslog-level: disabled
|
||||
tracing:
|
||||
includePodDetail: true
|
||||
extensionService: observability/contour-external-extension-service
|
||||
serviceName: contour-external-farmiso-prd
|
||||
customTags:
|
||||
- tagName: header-tag
|
||||
requestHeaderName: X-Custom-Header
|
||||
contour:
|
||||
enabled: true
|
||||
replicaCount: 2
|
||||
podLabels:
|
||||
bu: farmiso
|
||||
team: farmiso-devops
|
||||
env: prd
|
||||
manageCRDs: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 1024Mi
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
key: dedicated
|
||||
operator: Equal
|
||||
value: contour-external
|
||||
nodeSelector:
|
||||
dedicated: contour-external
|
||||
service:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
xds: 8001
|
||||
metrics: 8000
|
||||
ingressClass:
|
||||
name: "contour-external"
|
||||
create: true
|
||||
debug: false
|
||||
podAnnotations:
|
||||
prometheus.io/path: /metrics
|
||||
prometheus.io/port: '8000'
|
||||
prometheus.io/scrape: 'true'
|
||||
envoy:
|
||||
enabled: true
|
||||
podLabels:
|
||||
bu: farmiso
|
||||
team: farmiso-devops
|
||||
env: prd
|
||||
kind: deployment
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
key: dedicated
|
||||
operator: Equal
|
||||
value: contour-external
|
||||
nodeSelector:
|
||||
dedicated: contour-external
|
||||
logLevel: error
|
||||
autoscaling:
|
||||
enabled: true
|
||||
minReplicas: 3
|
||||
maxReplicas: 250
|
||||
targetCPU: "40"
|
||||
targetMemory: "40"
|
||||
podAnnotations:
|
||||
prometheus.io/path: /stats/prometheus
|
||||
prometheus.io/port: '8002'
|
||||
prometheus.io/scrape: 'true'
|
||||
resources:
|
||||
requests:
|
||||
cpu: 6
|
||||
memory: 3Gi
|
||||
service:
|
||||
export:
|
||||
enabled: true
|
||||
targetPorts:
|
||||
http: http
|
||||
https: https
|
||||
type: ClusterIP
|
||||
annotations:
|
||||
cloud.google.com/neg: '{"exposed_ports": {"80":{"name": "envoy-ext-farmiso-prd"}}}'
|
||||
ports:
|
||||
http: 80
|
||||
https: 443
|
||||
grpc: 8080 ## only when tcpLB is true it will be used
|
||||
useHostPort: false
|
||||
defaultBackend:
|
||||
enabled: false
|
||||
|
||||
certManager:
|
||||
externalSecret:
|
||||
enabled: true
|
||||
secretStoreRef:
|
||||
name: "vault-backend-new"
|
||||
Reference in New Issue
Block a user