mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
dev-docs: set an MTU on the VPN route (#3239)
This commit is contained in:
parent
2cf315911d
commit
a6b0885f18
3 changed files with 15 additions and 2 deletions
|
@ -39,4 +39,6 @@ app.kubernetes.io/instance: {{ .Release.Name }}
|
|||
value: {{ .Values.serviceCIDR | quote }}
|
||||
- name: VPN_FRONTEND_POD
|
||||
value: {{ include "..fullname" . }}-frontend-0
|
||||
- name: VPN_MTU
|
||||
value: {{ .Values.mtu | quote }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue