this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(jackett): PodSecurityContext was missing

+4
+4
cluster/apps/media/jackett/helm-release.yaml
··· 40 40 config: 41 41 enabled: true 42 42 existingClaim: jackett-config-v1 43 + podSecurityContext: 44 + fsGroup: 568 45 + runAsNonRoot: true 46 + runAsUser: 568 43 47 resources: 44 48 requests: 45 49 memory: 100Mi