Add main backend service and configurations

This commit is contained in:
Damien Robichaud
2019-08-21 13:25:27 -07:00
parent e541ff3999
commit 66fa2de073
7 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
configmapGenerator:
- name: elasticsearch-config
literals:
- es-url="http://esbasic-master:9200"
- kustomize-index-name="kustomize"
- plugin-index-name="plugin"