Skip to content

Commit 78207cc

Browse files
authored
feat: enable Cilium's hubble relay mTLS (#1086)
**What problem does this PR solve?**: Enables mTLS. The hubble relay server was already always enabled, this PR also enables its mTLS configuration. **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 1f06650 commit 78207cc

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)