|
|
|
@ -16,18 +16,10 @@ spec:
|
|
|
|
- ip: "{{ .Values.sharedService.keycloak.host.ip }}"
|
|
|
|
- ip: "{{ .Values.sharedService.keycloak.host.ip }}"
|
|
|
|
hostnames:
|
|
|
|
hostnames:
|
|
|
|
- "{{ .Values.sharedService.keycloak.host.name }}"
|
|
|
|
- "{{ .Values.sharedService.keycloak.host.name }}"
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
- name: elastic-client-cert
|
|
|
|
|
|
|
|
secret:
|
|
|
|
|
|
|
|
secretName: elastic-client-cert
|
|
|
|
|
|
|
|
containers:
|
|
|
|
containers:
|
|
|
|
- name: "{{ .Release.Name }}-connect"
|
|
|
|
- name: "{{ .Release.Name }}-connect"
|
|
|
|
image: "{{ .Values.harbor.host.name }}/{{ .Values.connect.image.name }}:{{ .Values.connect.image.version }}"
|
|
|
|
image: "{{ .Values.harbor.host.name }}/{{ .Values.connect.image.name }}:{{ .Values.connect.image.version }}"
|
|
|
|
imagePullPolicy: Always
|
|
|
|
imagePullPolicy: Always
|
|
|
|
volumeMounts:
|
|
|
|
|
|
|
|
- name: elastic-client-cert
|
|
|
|
|
|
|
|
mountPath: '/usr/share/smardigo/'
|
|
|
|
|
|
|
|
readOnly: true
|
|
|
|
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
- name: TENANT_ID
|
|
|
|
- name: TENANT_ID
|
|
|
|
value: ""
|
|
|
|
value: ""
|
|
|
|
|