added repo

This commit is contained in:
Your Name
2026-08-26 03:39:42 +05:30
parent 45c25a95af
commit b8575bb8b9
6889 changed files with 1217125 additions and 0 deletions
@@ -0,0 +1,89 @@
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: devops-admin
team: devops
env: prd
manageCRDs: true
resources:
requests:
cpu: 2
memory: 4Gi
tolerations:
- effect: NoSchedule
key: app
operator: Equal
value: common-infra
nodeSelector:
team: devops
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: devops-admin
team: devops
env: prd
kind: deployment
tolerations:
- effect: NoSchedule
key: app
operator: Equal
value: common-infra
nodeSelector:
dedicated: common-infra
logLevel: error
autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 250
targetCPU: "40"
targetMemory: "55"
podAnnotations:
prometheus.io/path: /stats/prometheus
prometheus.io/port: '8002'
prometheus.io/scrape: 'true'
resources:
requests:
cpu: 2
memory: 4Gi
service:
tcpLB: true
export:
enabled: true
targetPorts:
http: http
https: https
type: ClusterIP
annotations:
cloud.google.com/neg: '{"exposed_ports": {"80":{"name": "envoy-int-0-devops-admin-prd"}}}'
ports:
http: 80
https: 443
grpc: 8080 ## only when tcpLB is true it will be used
# useHostPort: false
defaultBackend:
enabled: false
@@ -0,0 +1,32 @@
ingress-nginx:
controller:
metrics:
enabled: true
podAnnotations:
prometheus.io/port: "10254"
prometheus.io/scrape: "true"
resources:
requests:
cpu: 200m
memory: 512Mi
autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 30
targetCPUUtilizationPercentage: 60
targetMemoryUtilizationPercentage: 60
ingressClassResource:
name: nginx-internal
admissionWebhooks:
enabled: false
service:
type: ClusterIP
annotations:
cloud.google.com/neg: '{"exposed_ports": {"80":{"name": "nginx-devops-admin"}}}'
nodeSelector:
team: devops
tolerations:
- key: "app"
operator: "Equal"
value: "common-infra"
effect: "NoSchedule"