Files
truecharts/charts/stable/profilarr/values.yaml
T
2026-02-14 22:35:03 +01:00

23 lines
519 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/santiagosayshey/profilarr
pullPolicy: IfNotPresent
tag: v1.1.4@sha256:8a514f8429cd33885166facc9eb6504fa9ded056c737609e5e8ef32ae0afb350
service:
main:
ports:
main:
protocol: http
targetPort: 6868
port: 6868
persistence:
config:
enabled: true
mountPath: "/config"
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0