diff --git a/smardigo/templates/connect/deployment.yml b/smardigo/templates/connect/deployment.yml index dd4d519..98c3912 100644 --- a/smardigo/templates/connect/deployment.yml +++ b/smardigo/templates/connect/deployment.yml @@ -16,6 +16,9 @@ spec: - ip: "{{ .Values.sharedService.keycloak.host.ip }}" hostnames: - "{{ .Values.sharedService.keycloak.host.name }}" + - ip: "{{ .Values.sharedService.postgres.host.ip }}" + hostnames: + - "{{ .Values.sharedService.postgres.host.name }}" volumes: - name: elastic-client-cert secret: diff --git a/smardigo/templates/wordpress/deployment.yml b/smardigo/templates/wordpress/deployment.yml index 0991df3..ba4fc13 100644 --- a/smardigo/templates/wordpress/deployment.yml +++ b/smardigo/templates/wordpress/deployment.yml @@ -24,6 +24,9 @@ spec: - ip: "{{ .Values.sharedService.keycloak.host.ip }}" hostnames: - "{{ .Values.sharedService.keycloak.host.name }}" + - ip: "{{ .Values.sharedService.maria.host.ip }}" + hostnames: + - "{{ .Values.sharedService.maria.host.name }}" containers: - name: "ubuntu" image: "ubuntu:20.04"