Skip to content

Commit

Permalink
align with raven-agent charts refs/heads/main from commit ef4b2ed4d7c…
Browse files Browse the repository at this point in the history
…94deb01a5a2deb311cb82e0fb37e9
  • Loading branch information
openyurt-bot committed Jan 15, 2024
1 parent 659d292 commit ad409cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/raven-agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
- --metric-bind-addr={{.Values.vpn.metricBindAddr}}
- --health-probe-addr={{.Values.healthyBindAddr}}
- --vpn-bind-port={{.Values.vpn.tunnelAddr}}
- --keep-alive-interval={{.Values.vpn.keepAliveInterval}}
- --keep-alive-timeout={{.Values.vpn.keepAliveTimeout}}
- --proxy-metric-bind-addr={{.Values.proxy.metricsBindAddr}}
- --proxy-internal-secure-addr={{.Values.proxy.internalSecureAddr}}
- --proxy-internal-insecure-addr={{.Values.proxy.internalInsecureAddr}}
Expand Down
2 changes: 2 additions & 0 deletions charts/raven-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ vpn:
driver: libreswan
forwardNodeIP: false
natTraversal: false
keepAliveInterval: 15
keepAliveTimeout: 30
# raven-agent requires a unique vpn psk
# You can generate one with the command:
# 'openssl rand -hex 64'
Expand Down

0 comments on commit ad409cd

Please sign in to comment.