Skip to content

Commit

Permalink
Add helm values file to help with updating cilium manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Sep 2, 2024
1 parent 4f7b8cd commit 0ddc334
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This file is only used to help generate the .yaml.template file
hubble:
metrics:
enabled: [drop]
relay:
enabled: true
ingressController:
enabled: true
secretsNamespace:
create: false
serviceAccounts:
envoy:
create: false
envoy:
enabled: false
envoyConfig:
secretsNamespace:
create: false
gatewayAPI:
secretsNamespace:
create: false
bgpControlPlane:
secretsNamespace:
create: false
updateStrategy:
type: OnDelete
rollingUpdate: null
monitor:
enabled: true

0 comments on commit 0ddc334

Please sign in to comment.