Files
truecharts/charts/stable/gonic/values.yaml
T
Stavros KoisandGitHub ff2a5dae0d chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
2022-06-17 10:24:54 +02:00

29 lines
475 B
YAML

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