Fixed some nzbget params
This commit is contained in:
parent
842197f5d1
commit
558981e7ad
@ -14,7 +14,7 @@ type: application
|
||||
|
||||
# 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.
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
||||
@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: harbor.ervine.dev/public/x86_64/alpine/nzbget
|
||||
tag: v21.0-dev
|
||||
tag: v21.0
|
||||
pullPolicy: Always
|
||||
|
||||
imagePullSecrets: []
|
||||
@ -61,14 +61,14 @@ resources:
|
||||
memory: 32Mi
|
||||
|
||||
nodeSelector:
|
||||
location: bedRoom
|
||||
location: livingRoom
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
config:
|
||||
storageClassName: nfs-client
|
||||
storageClassName: nfs-client-hermes
|
||||
storageSize: 5Gi
|
||||
|
||||
mediaPvc: nzbg-media-pvc
|
||||
mediaPvc: nzbget-media-pvc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user