Files
truecharts/charts/incubator/grocy/values.yaml
T
e887f9f2b3 [grocy] Update linuxserver/grocy Docker tag to v3 (#490)
* [grocy] Update linuxserver/grocy Docker tag to v3

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-05-23 23:17:32 +02:00

31 lines
406 B
YAML

# Default values for grocy.
image:
repository: linuxserver/grocy
tag: version-v3.0.1
pullPolicy: IfNotPresent
strategy:
type: Recreate
service:
main:
ports:
main:
port: 80
env: {}
# TZ:
# PUID:
# PGID:
persistence:
config:
enabled: true
mountPath: "/config"
emptyDir:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""