Disable probes for now.
All checks were successful
ci/woodpecker/push/jellyfin Pipeline was successful

This commit is contained in:
Alex Manning 2023-03-13 22:32:11 +00:00
parent fc342ca1c1
commit e71d07eca7

View file

@ -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