34 lines
629 B
YAML
34 lines
629 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/trango
|
|
tag: latest@sha256:8d3c2dcd79a85a1907e5ca661983a3e19ef1d351ae2cfd8e96567a6175f9d9e3
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
hostport2:
|
|
enabled: true
|
|
ports:
|
|
hostport2:
|
|
enabled: true
|
|
port: 5533
|
|
protocol: TCP
|
|
targetPort: 443
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7755
|
|
protocol: TCP
|
|
targetPort: 80
|
|
|
|
portal:
|
|
enabled: true
|