Skip to content
Snippets Groups Projects
Commit 3ec3072e authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6499: Apply Url Recommendation with dns-Prefix in approach to fix DNS issue

parent c116b7e0
Branches
Tags
No related merge requests found
...@@ -50,7 +50,7 @@ app.kubernetes.io/namespace: {{ include "app.namespace" . }} ...@@ -50,7 +50,7 @@ app.kubernetes.io/namespace: {{ include "app.namespace" . }}
{{- end -}} {{- end -}}
{{- define "app.grpc_client_vorgang_manager_address" -}} {{- define "app.grpc_client_vorgang_manager_address" -}}
{{ printf "%s.%s:9090" ( coalesce .Values.vorgangManagerName "vorgang-manager" ) .Release.Namespace | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{ printf "dns:///%s.%s:9090" ( coalesce .Values.vorgangManagerName "vorgang-manager" ) .Release.Namespace | replace "+" "_" | trunc 63 | trimSuffix "-" }}
{{- end -}} {{- end -}}
{{- define "app.grpc_client_user-manager_address" -}} {{- define "app.grpc_client_user-manager_address" -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment