mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Change /bin/ash to /bin/sh as requested by @shanecmd
This commit is contained in:
parent
038fd9271d
commit
d6134fb194
@ -270,7 +270,7 @@ spec:
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
- /bin/ash
|
||||
- /bin/sh
|
||||
- -c
|
||||
- "wget -O - --header \"Authorization: Basic {{ ( rabbitmq_user + ':' + rabbitmq_password ) | b64encode }}\" http://localhost:15672/api/healthchecks/node | grep -qF \"{\\\"status\\\":\\\"ok\\\"}\""
|
||||
initialDelaySeconds: 30
|
||||
@ -278,7 +278,7 @@ spec:
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
- /bin/ash
|
||||
- /bin/sh
|
||||
- -c
|
||||
- "wget -O - --header \"Authorization: Basic {{ ( rabbitmq_user + ':' + rabbitmq_password ) | b64encode }}\" http://localhost:15672/api/healthchecks/node | grep -qF \"{\\\"status\\\":\\\"ok\\\"}\""
|
||||
initialDelaySeconds: 10
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user