Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Jan 9, 2025
2 parents 6bc7298 + c56e217 commit 1a70d9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/tailscale-relay/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ spec:
{{- if .Values.rbac.enabled }}
serviceAccountName: {{ template "exporter.serviceAccountName" . }}
{{- end }}
initContainers:
- args:
- -c
- sysctl -w net.ipv4.ip_forward=1 net.ipv6.conf.all.forwarding=1
command:
- /bin/sh
containers:
- name: {{ .Chart.Name }}
image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
Expand Down

0 comments on commit 1a70d9a

Please sign in to comment.