Disable probes for now.
All checks were successful
ci/woodpecker/push/jellyfin Pipeline was successful
All checks were successful
ci/woodpecker/push/jellyfin Pipeline was successful
This commit is contained in:
parent
fc342ca1c1
commit
e71d07eca7
1 changed files with 8 additions and 8 deletions
|
@ -34,14 +34,14 @@ spec:
|
|||
- name: http
|
||||
containerPort: 8096
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
#livenessProbe:
|
||||
# httpGet:
|
||||
# path: /
|
||||
# port: http
|
||||
#readinessProbe:
|
||||
# httpGet:
|
||||
# path: /
|
||||
# port: http
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
|
|
Loading…
Reference in a new issue