fix(tailscale): use different ports for targetPort and port (#3539)

This commit is contained in:
Stavros Kois
2022-08-22 18:25:40 +00:00
committed by GitHub
parent 14f0644453
commit d62f02e9b5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/tailscale - https://github.com/truecharts/charts/tree/master/charts/incubator/tailscale
- https://hub.docker.com/r/tailscale/tailscale - https://hub.docker.com/r/tailscale/tailscale
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
version: 0.0.7 version: 0.0.8
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- network - network
+2 -2
View File
@@ -84,7 +84,7 @@ questions:
description: "This port exposes the container port on the service" description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 41641 default: 41600
required: true required: true
# Include{advancedPortUDP} # Include{advancedPortUDP}
- variable: targetPort - variable: targetPort
@@ -92,7 +92,7 @@ questions:
description: "The internal(!) port on the container the Application runs on" description: "The internal(!) port on the container the Application runs on"
schema: schema:
type: int type: int
default: 41641 default: 41700
# Include{serviceExpertRoot} # Include{serviceExpertRoot}
default: false default: false
# Include{serviceExpert} # Include{serviceExpert}
+1 -1
View File
@@ -71,7 +71,7 @@ service:
ports: ports:
main: main:
protocol: UDP protocol: UDP
port: 41641 port: 41700
persistence: persistence:
varrun: varrun: