Skip to content

Commit d32568f

Browse files
committed
feat: enable Cilium's hubble relay mTLS
1 parent 9d9bbe5 commit d32568f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ hubble:
1111
schedule: "0 0 1 * *" # schedule on the 1st day regeneration of each month
1212
relay:
1313
enabled: true
14+
tls:
15+
server:
16+
enabled: true
17+
mtls: true
1418
image:
1519
useDigest: false
1620
priorityClassName: system-cluster-critical

0 commit comments

Comments
 (0)