cilium: Fix the configuration of tls for hubble (#9880)

Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
Toru Komatsu
2023-03-24 17:10:31 +09:00
committed by GitHub
parent f6e4a231cb
commit 8afd74ce1f
2 changed files with 12 additions and 0 deletions

View File

@@ -79,12 +79,21 @@ spec:
- secret:
name: hubble-relay-client-certs
items:
- key: ca.crt
path: hubble-server-ca.crt
- key: tls.crt
path: client.crt
- key: tls.key
path: client.key
- key: ca.crt
path: hubble-server-ca.crt
- secret:
name: hubble-server-certs
items:
- key: tls.crt
path: server.crt
- key: tls.key
path: server.key
name: tls
---
# Source: cilium/templates/hubble-ui/deployment.yaml