Skip to content
Snippets Groups Projects
Commit f8c45c7b authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-4891-update-virtual-service' into 'master'

GONRG-4891 - upd vs and values

See merge request !209
parents b6415562 413f4bbc
No related branches found
No related tags found
3 merge requests!232Update os-core-lib-azure,!231initial commit,!209GONRG-4891 - upd vs and values
Pipeline #109188 failed
......@@ -5,7 +5,11 @@ metadata:
namespace: "{{ .Release.Namespace }}"
spec:
hosts:
{{- if .Values.conf.domain }}
- {{ printf "osdu.%s" .Values.conf.domain | quote }}
{{- else }}
- "*"
{{- end }}
gateways:
- service-gateway
http:
......
......@@ -13,3 +13,4 @@ conf:
rabbitmq_secret_name: "rabbitmq-secret"
openid_secret_name: "notification-keycloak-secret"
on_prem_enabled: false
domain: ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment