fix: include sabnzbd in download kustomization, fix some issues

This commit is contained in:
SeanOMik 2024-06-15 15:29:02 -04:00
parent 35ba495d38
commit 21ac723125
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
2 changed files with 7 additions and 6 deletions

View File

@ -15,3 +15,4 @@ resources:
- ./media-dashboard.yaml
- ./flaresolverr
- ./kapowarr
- ./sabnzbd

View File

@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: sabnzbd
@ -18,9 +18,9 @@ spec:
values:
controllers:
main:
pod:
securityContext:
runAsNonRoot: true
# pod:
# securityContext:
# runAsNonRoot: true
# runAsGroup: 10000
# runAsUser: 10000
# fsGroup: 10000
@ -43,7 +43,7 @@ spec:
env:
- name: SABNZBD_BASEURLS
value: http://localhost:8080
value: http://sabnzbd:8080
- name: SABNZBD_APIKEYS
valueFrom:
secretKeyRef: