Files
infrastructure/clusters/cl01tl/helm/isponsorblocktv/values.yaml
Renovate Bot a0b4bd5465
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 47s
lint-test-helm / validate-kubeconform (pull_request) Successful in 32s
chore(deps): update isponsorblocktv to v2.9.0
2026-05-09 13:06:50 +00:00

34 lines
881 B
YAML

isponsorblocktv:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
pod:
automountServiceAccountToken: true
containers:
main:
image:
repository: ghcr.io/dmunozv04/isponsorblocktv
tag: v2.9.0@sha256:5b8cfa805cb60b99a9e83a2df62d41c63865a315f7ee7cfed1a78052d93650b6
resources:
requests:
cpu: 1m
memory: 20Mi
persistence:
config:
type: custom
volumeSpec:
csi:
driver: secrets-store.csi.k8s.io
readOnly: true
volumeAttributes:
secretProviderClass: isponsorblocktv-config
advancedMounts:
main:
main:
- path: /app/data/config.json
readOnly: true
mountPropagation: None
subPath: config.json