mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-08 05:36:38 +02:00
change port and protocol
Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
This commit is contained in:
parent
6bfc02c402
commit
3e708bddc5
@ -54,7 +54,7 @@ spec:
|
||||
{{- if .Values.operatorConfig.port.enabled }}
|
||||
ports:
|
||||
- containerPort: {{ .Values.operatorConfig.port.containerPort }}
|
||||
protocol: TCP
|
||||
protocol: UDP
|
||||
{{- end }}
|
||||
{{- with .Values.operatorConfig.resources }}
|
||||
resources:
|
||||
@ -81,7 +81,7 @@ spec:
|
||||
- name: CLIENT_SECRET_FILE
|
||||
value: /oauth/client_secret
|
||||
{{- if .Values.operatorConfig.port.enabled }}
|
||||
- name: PORT
|
||||
- name: TS_PORT
|
||||
value: {{ .Values.operatorConfig.port.containerPort | quote }}
|
||||
{{- end }}
|
||||
{{- $proxyTag := printf ":%s" ( .Values.proxyConfig.image.tag | default .Chart.AppVersion )}}
|
||||
|
||||
@ -37,7 +37,7 @@ operatorConfig:
|
||||
defaultTags:
|
||||
- "tag:k8s-operator"
|
||||
|
||||
# Manual configuration of Tailscaled port
|
||||
# Manual configuration of tsnet port. If unset, a random port is selected.
|
||||
port:
|
||||
enabled: false
|
||||
containerPort: 8080
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user