Skip to content
Snippets Groups Projects
Commit 49c59f54 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 !181
parents fa0fcbd4 35f0e55a
No related branches found
No related tags found
2 merge requests!229Merge branch 'dependency-upgrade' into 'master',!181GONRG-4891 - upd vs and values
Pipeline #109153 passed with warnings
...@@ -5,7 +5,11 @@ metadata: ...@@ -5,7 +5,11 @@ metadata:
namespace: "{{ .Release.Namespace }}" namespace: "{{ .Release.Namespace }}"
spec: spec:
hosts: hosts:
{{- if .Values.conf.domain }}
- {{ printf "osdu.%s" .Values.conf.domain | quote }}
{{- else }}
- "*" - "*"
{{- end }}
gateways: gateways:
- service-gateway - service-gateway
http: http:
......
...@@ -16,6 +16,7 @@ conf: ...@@ -16,6 +16,7 @@ conf:
secret: "partition-postgres-secret" secret: "partition-postgres-secret"
appName: "partition" appName: "partition"
onPremEnabled: false onPremEnabled: false
domain: ""
namespacePolicy: namespacePolicy:
mtlsMode: STRICT mtlsMode: STRICT
authorizations: authorizations:
......
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