From 21ac7231258485b738577150a4abb20de6ac27c5 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 15 Jun 2024 15:29:02 -0400 Subject: [PATCH] fix: include sabnzbd in download kustomization, fix some issues --- cluster/apps/download/kustomization.yaml | 3 ++- cluster/apps/download/sabnzbd/helm-release.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/cluster/apps/download/kustomization.yaml b/cluster/apps/download/kustomization.yaml index 0335b1c..b26718e 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 9a74b60..0020c9e 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: