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
|
# 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.0
|
version: 0.1.1
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: harbor.ervine.dev/public/x86_64/alpine/nzbget
|
repository: harbor.ervine.dev/public/x86_64/alpine/nzbget
|
||||||
tag: v21.0-dev
|
tag: v21.0
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
@ -61,14 +61,14 @@ resources:
|
|||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
|
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
location: bedRoom
|
location: livingRoom
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
config:
|
config:
|
||||||
storageClassName: nfs-client
|
storageClassName: nfs-client-hermes
|
||||||
storageSize: 5Gi
|
storageSize: 5Gi
|
||||||
|
|
||||||
mediaPvc: nzbg-media-pvc
|
mediaPvc: nzbget-media-pvc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user