30 lines
584 B
YAML
30 lines
584 B
YAML
env:
|
|
ADMIN_EMAIL: admin@yacht.local
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/yacht
|
|
tag: latest@sha256:bda48140e48c875f40cf6eec31b65fb366b4d5c384dbaaa14565cdc7dcd2b067
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
dockersocket:
|
|
enabled: true
|
|
mountPath: /var/run/docker.sock
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8000
|
|
protocol: TCP
|
|
targetPort: 8000
|
|
|
|
portal:
|
|
enabled: true
|