Fixed sonarr storageclass

This commit is contained in:
Jonathan Ervine 2020-07-30 08:54:12 +08:00
parent 558981e7ad
commit f26cefa5f4
4 changed files with 36 additions and 3 deletions

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.7z
*.jar
*.rar
*.zip
*.gz
*.gzip
*.tgz
*.bzip
*.bzip2
*.bz2
*.xz
*.lzma
*.cab
*.xar
# Packing-only formats
*.iso
*.tar
# Package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
*.msi
*.msm
*.msp
*.txz

Binary file not shown.

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: 0.1.3 version: 0.1.4
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.

View File

@ -60,14 +60,15 @@ resources:
cpu: 20m cpu: 20m
memory: 64Mi memory: 64Mi
nodeSelector: {} nodeSelector:
location: livingRoom
tolerations: [] tolerations: []
affinity: {} affinity: {}
config: config:
storageClassName: nfs-client storageClassName: nfs-client-hermes
storageSize: 5Gi storageSize: 5Gi
mediaPvc: sonarr-media-pvc mediaPvc: sonarr-media-pvc