Skip to content

Commit

Permalink
Latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghecquet committed Jan 31, 2023
1 parent 8236379 commit c4c85f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/kubernetes/cells/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ingress:
path: /
## @param ingress.pathType Ingress path type
##
pathType: ImplementationSpecific
pathType: Prefix
## @param ingress.servicePort Service port to be used
## Default is http. Alternative is https.
##
Expand All @@ -105,6 +105,8 @@ ingress:
## cert-manager.io/cluster-issuer: cluster-issuer-name
##
annotations: {
"kubernetes.io/ingress.class": "nginx",
"cert-manager.io/cluster-issuer": "letsencrypt",
"nginx.ingress.kubernetes.io/proxy-body-size": "0"
}
## @param ingress.tls Enable TLS configuration for the hostname defined at `ingress.hostname` parameter
Expand Down Expand Up @@ -176,7 +178,6 @@ ingress:
extraRules: []

ingress-nginx:
enabled: false
controller:
admissionWebhooks:
enabled: false
Expand Down

0 comments on commit c4c85f0

Please sign in to comment.