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 23d8c9a commit e1be469Copy full SHA for e1be469
roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
@@ -168,10 +168,12 @@ spec:
168
value: "hubble-relay:80"
169
{% endif %}
170
171
+ {% if cilium_hubble_tls_generate -%}
172
volumeMounts:
173
- name: tls
174
mountPath: /var/lib/hubble-ui/certs
175
readOnly: true
176
+ {%- endif %}
177
ports:
178
- containerPort: 8090
179
name: grpc
@@ -182,6 +184,7 @@ spec:
182
184
defaultMode: 420
183
185
name: hubble-ui-nginx
186
name: hubble-ui-nginx-conf
187
188
- projected:
189
sources:
190
- secret:
@@ -194,6 +197,7 @@ spec:
194
197
- key: tls.key
195
198
path: client.key
196
199
name: tls
200
201
- emptyDir: {}
202
name: tmp-dir
203
0 commit comments