Reorganise the trains
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# Default values for nzbget.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/nzbget
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v21.1
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 6789
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
|
||||
readiness:
|
||||
enabled: false
|
||||
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
Reference in New Issue
Block a user