Files
truecharts/charts/stable/gonic/values.yaml
T
TrueCharts BotandGitHub 97d5375359 chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00

29 lines
475 B
YAML

image:
repository: tccr.io/truecharts/gonic
pullPolicy: IfNotPresent
tag: v0.14.0@sha256:2f8e532206558895a0db4b62301b8268a8ec78dd8d11e8474d0bf1332a679c78
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"