Skip to content

Commit 30eac94

Browse files
Update eks-elb-l7-tls-example.yaml
1 parent c585642 commit 30eac94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

helm-custom-value-file-examples/eks-elb-l7-tls-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A helm example values file for an AWS install with nginx-ingress controller, TLS termination at ELB layer 7 and enable JNLP external communication
1+
# A helm example values file for an AWS install with nginx-ingress controller, TLS termination at ELB layer 7 and JNLP external communication enabled.
22
# Install an nginx-ingress controller
33
nginx-ingress:
44
Enabled: true
@@ -31,4 +31,4 @@ OperationsCenter:
3131
# Set Ingress annotation for redirection
3232
Ingress:
3333
Annotations:
34-
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
34+
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"

0 commit comments

Comments
 (0)