Files
infrastructure/clusters/cl01tl/helm/isponsorblocktv/values.yaml
Alex Lebens ce9a289aec
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 37s
lint-test-helm / validate-kubeconform (pull_request) Successful in 37s
render-manifests / render-manifests (pull_request) Successful in 1m29s
feat: migration to v5 accounts
2026-05-07 16:22:10 -05: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.8.1@sha256:ac35b5d861f437cd5c71d0ccea7c3ed7ea0938ae08cbb6e256de06a236b106f5
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