fix: include sabnzbd in download kustomization, fix some issues
This commit is contained in:
parent
35ba495d38
commit
21ac723125
|
@ -14,4 +14,5 @@ resources:
|
||||||
- ./unpackerr
|
- ./unpackerr
|
||||||
- ./media-dashboard.yaml
|
- ./media-dashboard.yaml
|
||||||
- ./flaresolverr
|
- ./flaresolverr
|
||||||
- ./kapowarr
|
- ./kapowarr
|
||||||
|
- ./sabnzbd
|
|
@ -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
|
# 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
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: sabnzbd
|
name: sabnzbd
|
||||||
|
@ -18,9 +18,9 @@ spec:
|
||||||
values:
|
values:
|
||||||
controllers:
|
controllers:
|
||||||
main:
|
main:
|
||||||
pod:
|
# pod:
|
||||||
securityContext:
|
# securityContext:
|
||||||
runAsNonRoot: true
|
# runAsNonRoot: true
|
||||||
# runAsGroup: 10000
|
# runAsGroup: 10000
|
||||||
# runAsUser: 10000
|
# runAsUser: 10000
|
||||||
# fsGroup: 10000
|
# fsGroup: 10000
|
||||||
|
@ -43,7 +43,7 @@ spec:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: SABNZBD_BASEURLS
|
- name: SABNZBD_BASEURLS
|
||||||
value: http://localhost:8080
|
value: http://sabnzbd:8080
|
||||||
- name: SABNZBD_APIKEYS
|
- name: SABNZBD_APIKEYS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Reference in New Issue