28 lines
559 B
YAML
28 lines
559 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:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 6080
|
|
protocol: TCP
|
|
targetPort: 6080
|