We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5a1e6 commit 274dc46Copy full SHA for 274dc46
javahttpclient-chart/templates/gateway.yaml
@@ -6,6 +6,7 @@ spec:
6
selector:
7
istio: ingressgateway
8
servers:
9
+ {{- if .Values.certManager.enabled }}
10
- port:
11
number: 443
12
name: https
@@ -17,6 +18,7 @@ spec:
17
18
tls:
19
mode: SIMPLE
20
credentialName: {{ .Values.istio.tls.secretName }}
21
+ {{- end }}
22
23
number: 80
24
name: http
0 commit comments