fix(tailscale): use different ports for targetPort and port (#3539)
This commit is contained in:
parent
14f0644453
commit
d62f02e9b5
|
@ -20,7 +20,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/tailscale
|
||||
- https://hub.docker.com/r/tailscale/tailscale
|
||||
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
|
||||
version: 0.0.7
|
||||
version: 0.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
|
|
@ -84,7 +84,7 @@ questions:
|
|||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 41641
|
||||
default: 41600
|
||||
required: true
|
||||
# Include{advancedPortUDP}
|
||||
- variable: targetPort
|
||||
|
@ -92,7 +92,7 @@ questions:
|
|||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 41641
|
||||
default: 41700
|
||||
# Include{serviceExpertRoot}
|
||||
default: false
|
||||
# Include{serviceExpert}
|
||||
|
|
|
@ -71,7 +71,7 @@ service:
|
|||
ports:
|
||||
main:
|
||||
protocol: UDP
|
||||
port: 41641
|
||||
port: 41700
|
||||
|
||||
persistence:
|
||||
varrun:
|
||||
|
|
Loading…
Reference in New Issue