Skip to content

Commit 2ed19f0

Browse files
committed
docs(gateway): make gateway.tls.enabled explicit in TLS examples
1 parent 12ccf02 commit 2ed19f0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

charts/gateway/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Reference it (each entry mounts `filename` from `secretName` and appends it to t
5555
```yaml
5656
gateway:
5757
tls:
58+
enabled: true # default; additionalTrustedCAs only applies while the TLS listener is enabled
5859
additionalTrustedCAs:
5960
- secretName: keycloak-ca
6061
filename: keycloak-ca.crt
@@ -78,6 +79,7 @@ gateway:
7879
http:
7980
servicePort: 80
8081
tls:
82+
enabled: true # required to expose the HTTPS port
8183
servicePort: 443
8284
```
8385

charts/gateway/README.md.gotmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Reference it (each entry mounts `filename` from `secretName` and appends it to t
5656
```yaml
5757
gateway:
5858
tls:
59+
enabled: true # default; additionalTrustedCAs only applies while the TLS listener is enabled
5960
additionalTrustedCAs:
6061
- secretName: keycloak-ca
6162
filename: keycloak-ca.crt
@@ -79,6 +80,7 @@ gateway:
7980
http:
8081
servicePort: 80
8182
tls:
83+
enabled: true # required to expose the HTTPS port
8284
servicePort: 443
8385
```
8486

0 commit comments

Comments
 (0)