50 lines
900 B
YAML
50 lines
900 B
YAML
|
env: {}
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/pritunl
|
||
|
tag: latest@sha256:cd842842869a969c4aeb6dcf3154831b399c5820e3a02e0cb69466eaf56b654c
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
http:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
http:
|
||
|
enabled: true
|
||
|
port: 80
|
||
|
protocol: TCP
|
||
|
targetPort: 80
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 443
|
||
|
protocol: HTTP
|
||
|
targetPort: 443
|
||
|
vpntcp:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
vpntcp:
|
||
|
enabled: true
|
||
|
port: 1194
|
||
|
protocol: TCP
|
||
|
targetPort: 1194
|
||
|
vpnudp:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
vpnudp:
|
||
|
enabled: true
|
||
|
port: 1194
|
||
|
protocol: UDP
|
||
|
targetPort: 1194
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|