Skip to content

Commit c585642

Browse files
Update eks-elb-l4-tls-and-external-example.yaml
1 parent ff98bc9 commit c585642

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

helm-custom-value-file-examples/eks-elb-l4-tls-and-external-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 4 and enable JNLP external communication
1+
# A helm example values file for an AWS install with nginx-ingress controller, TLS termination at ELB layer 4 and JNLP external communication enabled.
22
# Install an nginx-ingress controller
33
nginx-ingress:
44
Enabled: true
@@ -44,4 +44,4 @@ OperationsCenter:
4444
# Set the HostName for the Operation Center
4545
HostName: 'cloudbees-core.example.com'
4646
# Setting ServiceType to ClusterIP creates ingress
47-
ServiceType: ClusterIP
47+
ServiceType: ClusterIP

0 commit comments

Comments
 (0)