29 lines
544 B
YAML
29 lines
544 B
YAML
|
env:
|
||
|
UMASK: "000"
|
||
|
VNC_PASSWORD: ""
|
||
|
WEBPAGE_TITLE: Preclear
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/preclear
|
||
|
tag: latest@sha256:417d95a952b25e042a93bb62813956e8ca7269f4e4b3e13d44e01c36fa18fdaa
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 6080
|
||
|
protocol: TCP
|
||
|
targetPort: 6080
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|