|
|
|
@ -170,9 +170,9 @@ spec:
|
|
|
|
- name: init-iam
|
|
|
|
- name: init-iam
|
|
|
|
image: busybox:1.28
|
|
|
|
image: busybox:1.28
|
|
|
|
command: ['sh', '-c', "until nslookup iam; do echo waiting for iam; sleep 2; done"]
|
|
|
|
command: ['sh', '-c', "until nslookup iam; do echo waiting for iam; sleep 2; done"]
|
|
|
|
# - name: init-postgres
|
|
|
|
- name: init-postgres
|
|
|
|
# image: busybox:1.28
|
|
|
|
image: busybox:1.28
|
|
|
|
# command: ['sh', '-c', "until nslookup {{ .Values.connect.database.host }}; do echo waiting for postgres; sleep 2; done"]
|
|
|
|
command: ['sh', '-c', "until nslookup {{ .Values.connect.database.host }}; do echo waiting for postgres; sleep 2; done"]
|
|
|
|
- name: init-elasticsearch
|
|
|
|
- name: init-elasticsearch
|
|
|
|
image: busybox:1.28
|
|
|
|
image: busybox:1.28
|
|
|
|
command: ['sh', '-c', "until nslookup {{ .Values.connect.elastic.host }}; do echo waiting for elastic; sleep 2; done"]
|
|
|
|
command: ['sh', '-c', "until nslookup {{ .Values.connect.elastic.host }}; do echo waiting for elastic; sleep 2; done"]
|
|
|
|
|