Update oramap to work with mongo
This commit is contained in:
parent
f8dc9c9bb5
commit
0f579c41d6
@ -38,7 +38,7 @@ spec:
|
|||||||
value: "{{ .Values.backend.containerPort }}"
|
value: "{{ .Values.backend.containerPort }}"
|
||||||
{{- if .Values.mongodb.enabled }}
|
{{- if .Values.mongodb.enabled }}
|
||||||
- name: MONGODB_URI
|
- name: MONGODB_URI
|
||||||
value: "mongodb://{{ include \"oramap.fullname\" . }}-mongodb:27017/{{ .Values.mongodb.database }}"
|
value: "mongodb://{{ include "oramap.fullname" . }}-mongodb:27017/{{ .Values.mongodb.database }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user