mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 22:28:53 +08:00
adds 2 community apps for testing (smb-pv-pvc) (#1558)
* make copies to test * adds 2 community apps for testing (smb-pv-pvc)
This commit is contained in:
11
library/ix-dev/test/sonarr/ci/basic-values.yaml
Normal file
11
library/ix-dev/test/sonarr/ci/basic-values.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
sonarrNetwork:
|
||||
webPort: 31000
|
||||
|
||||
sonarrRunAs:
|
||||
user: 1000
|
||||
group: 1000
|
||||
|
||||
sonarrStorage:
|
||||
config:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/config
|
||||
21
library/ix-dev/test/sonarr/ci/extra-values.yaml
Normal file
21
library/ix-dev/test/sonarr/ci/extra-values.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
sonarrConfig:
|
||||
additionalEnvs:
|
||||
- name: SONARR__API_KEY
|
||||
value: some-long-api-key
|
||||
- name: SONARR__LOG_LEVEL
|
||||
value: error
|
||||
|
||||
sonarrNetwork:
|
||||
webPort: 31000
|
||||
|
||||
sonarrStorage:
|
||||
config:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/config
|
||||
additionalStorages:
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/action_series
|
||||
mountPath: /action_series
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/adventure_series
|
||||
mountPath: /adventure_series
|
||||
8
library/ix-dev/test/sonarr/ci/hostNet-values.yaml
Normal file
8
library/ix-dev/test/sonarr/ci/hostNet-values.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
sonarrNetwork:
|
||||
webPort: 30000
|
||||
hostNetwork: true
|
||||
|
||||
sonarrStorage:
|
||||
config:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/config
|
||||
Reference in New Issue
Block a user