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:
|
2021-03-16 16:38:42 +00:00
|
|
|
# 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
|
|
|
|
|
2020-11-11 21:50:43 +00:00
|
|
|
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:
|
2020-11-09 15:11:02 +00:00
|
|
|
enabled: false
|
2021-03-23 13:49:06 +00:00
|
|
|
emptyDir:
|
|
|
|
enabled: false
|