Files
dsk-devops-toolchains/helm/sonarqube/charts/ingress-nginx/ci/deployment-internal-lb-values.yaml
2024-01-03 17:29:11 +09:00

20 lines
401 B
YAML

controller:
image:
repository: ingress-controller/controller
tag: 1.0.0-dev
digest: null
admissionWebhooks:
enabled: false
service:
type: ClusterIP
internal:
enabled: true
annotations:
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
ports:
http: 443
https: 80
targetPorts:
http: 443
https: 80