2022-07-20 16:56:58 +00:00
|
|
|
env:
|
2022-07-23 01:37:45 +00:00
|
|
|
ADMIN_EMAIL: admin@yacht.local
|
2022-07-20 16:56:58 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2022-07-23 01:37:45 +00:00
|
|
|
repository: tccr.io/truecharts/yacht
|
2022-07-28 20:57:42 +00:00
|
|
|
tag: latest@sha256:bda48140e48c875f40cf6eec31b65fb366b4d5c384dbaaa14565cdc7dcd2b067
|
2022-07-20 16:56:58 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
2022-07-23 01:37:45 +00:00
|
|
|
dockersocket:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /var/run/docker.sock
|
2022-07-20 16:56:58 +00:00
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8000
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8000
|
2022-08-09 00:29:33 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|