nginx removed
This commit is contained in:
parent
c29e1fce46
commit
1cf186a25f
15
values.yaml
15
values.yaml
@ -18,18 +18,13 @@ service:
|
||||
port: 80
|
||||
targetPort: 7007
|
||||
|
||||
# Ingress configuration
|
||||
# Disabled - using HTTPRoute (Gateway API) instead via Terraform
|
||||
# Ingress configuration (DEPRECATED - using HTTPRoute via Terraform instead)
|
||||
# HTTPRoute is managed by Terraform in os-test-framework-terraform module
|
||||
# The HTTPRoute connects to the Traefik Gateway with 600s timeouts configured
|
||||
ingress:
|
||||
enabled: false
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "100m"
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
||||
className: ""
|
||||
annotations: {}
|
||||
hosts:
|
||||
- host: backstage.os-tf-qa.onlinesales.ai
|
||||
paths:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user