38 lines
939 B
YAML
38 lines
939 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/dictionarry-hub/profilarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.0.9@sha256:7a9b5112ff227320d17c65ab643a5d875713e6235991ef04a8e482ec51427902
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 6868
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
HOST: 0.0.0.0
|
|
# Auth mode (on, oidc, off)
|
|
# on is default
|
|
AUTH: "on"
|
|
# OIDC_CLIENT_ID: ""
|
|
# OIDC_CLIENT_SECRET: ""
|
|
# OIDC_DISCOVERY_URL: ""
|
|
# auto set url
|
|
ORIGIN: "{{ .Values.chartContext.appUrl }}"
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|