29 lines
475 B
YAML
29 lines
475 B
YAML
image:
|
|
repository: tccr.io/truecharts/gonic
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.14.0@sha256:b53ee4fabe46ec3f6bff323d770def3987ca23042d6930c11f67e7f028661a3b
|
|
|
|
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"
|