* Apply security hardened defaults to values.yaml for all apps * Add default common securityContext to all apps * Adjust securityContext defaults in questions.yaml, according to values.yaml * Add default common podSecurityContext to all apps * Clean whitespace * Clean more whitespace * Adjust podSecurityContext defaults in questions.yaml, according to values.yaml * fix pgadmin Co-authored-by: Stavros kois <s.kois@outlook.com>
26 lines
431 B
YAML
26 lines
431 B
YAML
# Default values for Bazarr.
|
|
|
|
image:
|
|
repository: ghcr.io/k8s-at-home/bazarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.9.9@sha256:889f97670f5af6b39896a89c76652e346693b446bc9097988ff8eb32141fc38f
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6767
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|