Proper initContainers for wait-for-pg/wait-for-elasticsearch.
Showing
6 changed files
with
99 additions
and
1 deletions
charts/elasticsearch/es_isready
0 → 100644
-
Please register or sign in to post a comment
... | ... | @@ -4,3 +4,10 @@ kind: Kustomization |
resources: | ||
- ./elasticsearch.yaml | ||
configMapGenerator: | ||
- name: moqui-elasticsearch-scripts | ||
files: | ||
- ./es_isready | ||
options: | ||
disableNameSuffixHash: true | ||
... | ... |
... | ... | @@ -7,7 +7,6 @@ resources: |
configMapGenerator: | ||
- name: moqui-scripts | ||
files: | ||
- ./pg_isready | ||
- ./copy-jdbc-drivers | ||
options: | ||
disableNameSuffixHash: true | ||
... | ... |
... | ... | @@ -4,3 +4,10 @@ kind: Kustomization |
resources: | ||
- ./postgresql.yaml | ||
configMapGenerator: | ||
- name: moqui-postgresql-scripts | ||
files: | ||
- ./pg_isready | ||
options: | ||
disableNameSuffixHash: true | ||
... | ... |