File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Reference it (each entry mounts `filename` from `secretName` and appends it to t
5555``` yaml
5656gateway :
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
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Reference it (each entry mounts `filename` from `secretName` and appends it to t
5656` ` ` yaml
5757gateway:
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
You can’t perform that action at this time.
0 commit comments