Fixed probes in nzbhydra
This commit is contained in:
parent
ed9686cd11
commit
73ace420a2
@ -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.4
|
||||
version: 0.1.5
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
||||
@ -33,14 +33,12 @@ spec:
|
||||
containerPort: 5076
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
tcpSocket:
|
||||
port: 5076
|
||||
initialDelaySeconds: 300
|
||||
periodSeconds: 10
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
tcpSocket:
|
||||
port: 5076
|
||||
initialDelaySeconds: 300
|
||||
periodSeconds: 10
|
||||
|
||||
@ -56,8 +56,8 @@ resources:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
cpu: 300m
|
||||
memory: 256Mi
|
||||
|
||||
nodeSelector:
|
||||
location: livingRoom
|
||||
|
||||
Loading…
Reference in New Issue
Block a user