32 lines
607 B
YAML
32 lines
607 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tak786/trango-self-hosted
|
||
|
tag: latest@sha256:ba9ffeb9152ccf7afe68d404f44fab1fdc7d461801f0504a52f33c7c3e818648
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
hostport2:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
hostport2:
|
||
|
enabled: true
|
||
|
port: 5533
|
||
|
protocol: tcp
|
||
|
targetPort: 443
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 7755
|
||
|
protocol: tcp
|
||
|
targetPort: 80
|