|
|
|
@ -13,22 +13,14 @@ spec:
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
app: "connect"
|
|
|
|
app: "connect"
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
|
|
|
|
{{ if ((.Values.connect).hostAliases) }}
|
|
|
|
hostAliases:
|
|
|
|
hostAliases:
|
|
|
|
- ip: "{{ .Values.sharedService.postgres.host.ip }}"
|
|
|
|
{{- range $hostAliase := .Values.connect.hostAliases }}
|
|
|
|
|
|
|
|
- ip: "{{ $hostAliase.ip }}"
|
|
|
|
hostnames:
|
|
|
|
hostnames:
|
|
|
|
- "{{ .Values.sharedService.postgres.host.name }}"
|
|
|
|
- "{{ $hostAliase.name }}"
|
|
|
|
- ip: "{{ .Values.sharedService.elastic.host01.ip }}"
|
|
|
|
{{- end }}
|
|
|
|
hostnames:
|
|
|
|
{{ end }}
|
|
|
|
- "{{ .Values.sharedService.elastic.host01.name }}"
|
|
|
|
|
|
|
|
- ip: "{{ .Values.sharedService.elastic.host02.ip }}"
|
|
|
|
|
|
|
|
hostnames:
|
|
|
|
|
|
|
|
- "{{ .Values.sharedService.elastic.host02.name }}"
|
|
|
|
|
|
|
|
- ip: "{{ .Values.sharedService.elastic.host03.ip }}"
|
|
|
|
|
|
|
|
hostnames:
|
|
|
|
|
|
|
|
- "{{ .Values.sharedService.elastic.host03.name }}"
|
|
|
|
|
|
|
|
- ip: "10.3.0.12"
|
|
|
|
|
|
|
|
hostnames:
|
|
|
|
|
|
|
|
- "prodwork01-kube-keycloak.smardigo.digital"
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- name: elastic-client-cert
|
|
|
|
- name: elastic-client-cert
|
|
|
|
secret:
|
|
|
|
secret:
|
|
|
|
|