2022-07-21 13:17:45 +00:00
|
|
|
env:
|
2022-07-23 01:37:45 +00:00
|
|
|
UMASK: "000"
|
|
|
|
VNC_PASSWORD: ""
|
|
|
|
WEBPAGE_TITLE: Preclear
|
2022-07-21 13:17:45 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2022-07-23 01:37:45 +00:00
|
|
|
repository: tccr.io/truecharts/preclear
|
2022-07-25 23:24:51 +00:00
|
|
|
tag: latest@sha256:417d95a952b25e042a93bb62813956e8ca7269f4e4b3e13d44e01c36fa18fdaa
|
2022-07-21 13:17:45 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 6080
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 6080
|
2022-08-09 00:29:33 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|