Skip to content

Commit

Permalink
Merge pull request #515 from mgfritch/cilium-disable-envoy
Browse files Browse the repository at this point in the history
Disable cilium envoy by default
  • Loading branch information
mgfritch authored Sep 4, 2024
2 parents 9b55fb4 + f1f4ef1 commit 7597f63
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/rke2-cilium/generated-changes/patch/values.yaml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@
port: 9962
serviceMonitor:
# -- Enable service monitors.
@@ -2130,9 +2126,9 @@
# type: [null, boolean]
# @schema
# -- Enable Envoy Proxy in standalone DaemonSet.
- # This field is enabled by default for new installation.
- # @default -- `true` for new installation
- enabled: ~
+ # This field is disabled by default.
+ # @default -- `false`
+ enabled: false
# -- (int)
# Set Envoy'--base-id' to use when allocating shared memory regions.
# Only needs to be changed if multiple Envoy instances will run on the same node and may have conflicts. Supported values: 0 - 4294967295. Defaults to '0'
@@ -2161,11 +2157,10 @@
# type: [null, string]
# @schema
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-cilium/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://helm.cilium.io/cilium-1.16.1.tgz
packageVersion: 02
packageVersion: 03
13 changes: 13 additions & 0 deletions updatecli/scripts/cilium-values.yaml.patch.template
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@
port: 9962
serviceMonitor:
# -- Enable service monitors.
@@ -2130,9 +2126,9 @@
# type: [null, boolean]
# @schema
# -- Enable Envoy Proxy in standalone DaemonSet.
- # This field is enabled by default for new installation.
- # @default -- `true` for new installation
- enabled: ~
+ # This field is disabled by default.
+ # @default -- `false`
+ enabled: false
# -- (int)
# Set Envoy'--base-id' to use when allocating shared memory regions.
# Only needs to be changed if multiple Envoy instances will run on the same node and may have conflicts. Supported values: 0 - 4294967295. Defaults to '0'
@@ -2161,11 +2157,10 @@
# type: [null, string]
# @schema
Expand Down

0 comments on commit 7597f63

Please sign in to comment.