TrueChartsClone/charts/stable/babybuddy/values.yaml

49 lines
1.1 KiB
YAML

image:
repository: ghcr.io/linuxserver/babybuddy
pullPolicy: IfNotPresent
tag: 2.2.1@sha256:be5d83c942f8b685f1d8ec2ca4ac8ff338662de338afd91658b21b69c16b067e
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10069
protocol: http
targetPort: 8000
workload:
main:
podSpec:
containers:
main:
env:
DB_ENGINE: "django.db.backends.postgresql"
DB_NAME: "{{ .Values.cnpg.main.database }}"
DB_USER: "{{ .Values.cnpg.main.user }}"
DB_PORT: "5432"
CSRF_TRUSTED_ORIGINS: ""
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
persistence:
config:
enabled: true
mountPath: /config
cnpg:
main:
enabled: true
user: babybuddy
database: babybuddy
portal:
open:
enabled: true