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
|
- name: http
|
||||||
containerPort: 8096
|
containerPort: 8096
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
|
Loading…
Reference in a new issue