32 lines
499 B
YAML
32 lines
499 B
YAML
image:
|
|
repository: tccr.io/truecharts/gonic
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.15.0@sha256:06a39554d15aa2c8732eb1abb361fc19d0f493e79afbb7de2dbb64b331a5b07f
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
# env:
|
|
# GONIC_MUSIC_PATH:
|
|
# GONIC_PODCAST_PATH:
|
|
# GONIC_CACHE_PATH:
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10023
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
|
|
portal:
|
|
enabled: true
|