37 lines
596 B
YAML
37 lines
596 B
YAML
image:
|
|
repository: ghcr.io/tasmoadmin/tasmoadmin
|
|
tag: v3.3.3@sha256:3727bc404c4e804b0f1d52d7399c83e65afd5b854a63dbfea0b63e1b22c3b863
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
TASMO_DEBUG: 1
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9541
|
|
protocol: http
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|