charts/charts/stable/organizr/values.yaml

33 lines
504 B
YAML
Raw Normal View History

2021-02-13 23:46:58 +00:00
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
2021-02-13 23:46:58 +00:00
#
2020-11-09 12:53:43 +00:00
image:
repository: organizr/organizr
pullPolicy: Always
tag: latest
strategy:
type: Recreate
2020-11-09 12:53:43 +00:00
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
2021-02-13 23:46:58 +00:00
service:
port:
port: 80
ingress:
enabled: false
2020-11-09 12:53:43 +00:00
persistence:
config:
enabled: false
emptyDir:
enabled: false