Skip to content

Commit

Permalink
(arr) change order of some envsubt
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy committed Aug 6, 2023
1 parent 293b764 commit 10c12fd
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 12 deletions.
10 changes: 7 additions & 3 deletions cluster/apps/downloads/whisparr/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ spec:
namespace: rook-ceph
- name: vpn-gateway
namespace: vpn-gateway
valuesFrom:
- kind: Secret
name: *app
valuesKey: WHISPARR__API_KEY
targetPath: env.WHISPARR__API_KEY
optional: false
values:
controller:
type: statefulset
Expand All @@ -39,9 +45,7 @@ spec:
WHISPARR__INSTANCE_NAME: Whisparr
WHISPARR__PORT: &port 80
WHISPARR__LOG_LEVEL: info
envFrom:
- secretRef:
name: *app
WHISPARR__AUTHENTICATION_METHOD: None
service:
main:
ports:
Expand Down
9 changes: 6 additions & 3 deletions cluster/apps/media/books/readarr-audio/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ spec:
dependsOn:
- name: rook-ceph-cluster
namespace: rook-ceph
valuesFrom:
- kind: Secret
name: *app
valuesKey: READARR__API_KEY
targetPath: env.READARR__API_KEY
optional: false
values:
image:
repository: ghcr.io/onedr0p/readarr-nightly
Expand All @@ -35,9 +41,6 @@ spec:
READARR__PORT: &port 80
READARR__LOG_LEVEL: info
READARR__AUTHENTICATION_METHOD: None
envFrom:
- secretRef:
name: *app
service:
main:
ports:
Expand Down
9 changes: 6 additions & 3 deletions cluster/apps/media/books/readarr/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ spec:
dependsOn:
- name: rook-ceph-cluster
namespace: rook-ceph
valuesFrom:
- kind: Secret
name: *app
valuesKey: READARR__API_KEY
targetPath: env.READARR__API_KEY
optional: false
values:
image:
repository: ghcr.io/onedr0p/readarr-nightly
Expand All @@ -36,9 +42,6 @@ spec:
READARR__LOG_LEVEL: info
READARR__AUTHENTICATION_METHOD: None
READARR__APPLICATION_URL: readarr.${XYZ_DOMAIN}
envFrom:
- secretRef:
name: *app
service:
main:
ports:
Expand Down
2 changes: 2 additions & 0 deletions cluster/apps/media/lidarr/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
remediateLastFailure: true

values:
controller:
type: statefulset
image:
repository: ghcr.io/onedr0p/lidarr
tag: 1.2.6.3313@sha256:24dccd066c58ae3fea202198ab5b2f0bd3c1cef51db9b95ae25574d999201cce
Expand Down
9 changes: 6 additions & 3 deletions cluster/apps/media/prowlarr/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ spec:
upgrade:
remediation:
retries: 5
valuesFrom:
- kind: Secret
name: *app
valuesKey: PROWLARR__API_KEY
targetPath: env.PROWLARR__API_KEY
optional: false
values:
global:
nameOverride: *app
Expand Down Expand Up @@ -50,9 +56,6 @@ spec:
# secretKeyRef:
# name: prowlarr-postgres
# key: POSTGRES_PASSWORD
envFrom:
- secretRef:
name: *app
service:
main:
ports:
Expand Down

0 comments on commit 10c12fd

Please sign in to comment.