Files
infrastructure/clusters/cl01tl/helm/isponsorblocktv/values.yaml
Alex Lebens e943fff1eb
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 46s
lint-test-helm / validate-kubeconform (pull_request) Successful in 40s
render-manifests / render-manifests (pull_request) Successful in 1m21s
fix: wrong indent
2026-04-22 11:10:19 -05:00

38 lines
962 B
YAML

isponsorblocktv:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
serviceAccount:
name: isponsorblocktv
containers:
main:
image:
repository: ghcr.io/dmunozv04/isponsorblocktv
tag: v2.7.0@sha256:ff292ed53c9208ebfa7da3be7084bd863339d545a799bfefed5092396f5e8b4b
resources:
requests:
cpu: 1m
memory: 20Mi
serviceAccount:
isponsorblocktv:
enabled: true
staticToken: true
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