mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
fixing probes
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
02c6d4a97c
commit
ece73db733
@ -28,10 +28,10 @@ spec:
|
|||||||
containerPort: 6789
|
containerPort: 6789
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
tcpSocket:
|
||||||
port: http
|
port: http
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
tcpSocket:
|
||||||
port: http
|
port: http
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
Loading…
Reference in New Issue
Block a user