|
|
|
|
@ -14,9 +14,12 @@ spec:
|
|
|
|
|
spec:
|
|
|
|
|
spec:
|
|
|
|
|
hostAliases:
|
|
|
|
|
- ip: "{{ .Values.sharedService.elastic.host03.ip }}"
|
|
|
|
|
- ip: "{{ .Values.smardigo.workflow.ip }}"
|
|
|
|
|
hostnames:
|
|
|
|
|
- "{{ .Values.sharedService.elastic.host03.name }}"
|
|
|
|
|
- "{{ .Values.smardigo.workflow.host }}"
|
|
|
|
|
- ip: "{{ .Values.smardigo.document.ip }}"
|
|
|
|
|
hostnames:
|
|
|
|
|
- "{{ .Values.smardigo.document.host }}"
|
|
|
|
|
containers:
|
|
|
|
|
- name: "{{ .Release.Name }}-mobene-uba"
|
|
|
|
|
image: "{{ .Values.mobene.uba.image }}:{{ .Values.mobene.uba.version }}"
|
|
|
|
|
|