fix: include sabnzbd in download kustomization, fix some issues
This commit is contained in:
parent
35ba495d38
commit
21ac723125
|
@ -15,3 +15,4 @@ resources:
|
|||
- ./media-dashboard.yaml
|
||||
- ./flaresolverr
|
||||
- ./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
|
||||
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:
|
||||
|
|
Loading…
Reference in New Issue