Files
truecharts/incubator/grocy/3.1.3/test_values.yaml
T
5f283dc774 chore(deps): update helm chart common to v3.5.3 (#425)
* chore(deps): update helm chart common to v3.5.3

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-05-04 11:35:48 +02:00

36 lines
509 B
YAML

# Default values for grocy.
image:
repository: linuxserver/grocy
tag: version-v2.7.1
pullPolicy: IfNotPresent
strategy:
type: Recreate
# Configure the Security Context for the Pod
podSecurityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
services:
main:
port:
port: 80
env: {}
# TZ:
# PUID:
# PGID:
persistence:
config:
enabled: true
mountPath: "/config"
emptyDir: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""