diff --git a/cluster/apps/download/kustomization.yaml b/cluster/apps/download/kustomization.yaml index 0335b1cb..b26718e1 100644 --- a/cluster/apps/download/kustomization.yaml +++ b/cluster/apps/download/kustomization.yaml @@ -14,4 +14,5 @@ resources: - ./unpackerr - ./media-dashboard.yaml - ./flaresolverr -- ./kapowarr \ No newline at end of file +- ./kapowarr +- ./sabnzbd \ No newline at end of file diff --git a/cluster/apps/download/sabnzbd/helm-release.yaml b/cluster/apps/download/sabnzbd/helm-release.yaml index 9a74b60f..0020c9eb 100644 --- a/cluster/apps/download/sabnzbd/helm-release.yaml +++ b/cluster/apps/download/sabnzbd/helm-release.yaml @@ -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: