Remove RadosGW liveness probe for now
This commit is contained in:
parent
7c4f08c0e4
commit
3b369a0f81
1 changed files with 4 additions and 4 deletions
|
@ -35,10 +35,10 @@ spec:
|
|||
- name: http
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /
|
||||
# port: http
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
|
Loading…
Reference in a new issue