mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 13:59:04 +00:00
7d02733b54
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
24 lines
279 B
YAML
24 lines
279 B
YAML
# Default values for Organizr.
|
|
|
|
image:
|
|
repository: organizr/organizr
|
|
pullPolicy: Always
|
|
tag: latest
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
port:
|
|
port: 80
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|