Compare commits
2 Commits
5420f18e72
...
0093a8e7aa
Author | SHA1 | Date | |
---|---|---|---|
0093a8e7aa | |||
af7f1cc35f |
@ -14,3 +14,12 @@ helmCharts:
|
||||
valuesFile: sonarr-values.yaml
|
||||
includeCRDs: true
|
||||
|
||||
helmCharts:
|
||||
- name: prowlarr
|
||||
repo: https://charts.pree.dev
|
||||
version: 1.42.0
|
||||
releaseName: prowlarr
|
||||
namespace: sonarr-stack
|
||||
valuesFile: sonarr-values.yaml
|
||||
includeCRDs: true
|
||||
|
||||
|
11
k8s/apps/sonarr-stack/prowlarr-values.yaml
Normal file
11
k8s/apps/sonarr-stack/prowlarr-values.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
env:
|
||||
TZ: Asia/Nicosia
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
Reference in New Issue
Block a user