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

This commit is contained in:
Stavros Kois 2022-08-22 21:25:40 +03:00 committed by GitHub
parent 14f0644453
commit d62f02e9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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}

View File

@ -71,7 +71,7 @@ service:
ports:
main:
protocol: UDP
port: 41641
port: 41700
persistence:
varrun: