40 lines
635 B
YAML
40 lines
635 B
YAML
image:
|
|
repository: tccr.io/truecharts/habridge
|
|
pullPolicy: IfNotPresent
|
|
tag: v5.4.1@sha256:5853676836bddd5c5b235c54e035d4e8a664a85e1975779ce6045844f2fdabd3
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
secretEnv:
|
|
SEC_KEY: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8080
|
|
port: 10146
|
|
comm:
|
|
enabled: true
|
|
ports:
|
|
comm:
|
|
enabled: true
|
|
targetPort: 50000
|
|
port: 50000
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
enabled: true
|