Skip to content
Snippets Groups Projects
Commit 66c49f44 authored by Aliaksandr Ramanovich (EPAM)'s avatar Aliaksandr Ramanovich (EPAM)
Browse files

GONRG-4891 - upd vs and values

parent b757df6a
No related branches found
No related tags found
3 merge requests!448update Storage API spec to include Batch record read with normalization; fixed...,!429Cosmos primary key Fix for MSI,!410GONRG-4891 - upd vs and values
Pipeline #109105 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:
......
......@@ -8,7 +8,7 @@ data:
requests_memory: "2048M"
limits_cpu: "1"
limits_memory: "3G"
image: ""
image: ""
imagePullPolicy: "IfNotPresent"
serviceAccountName: "storage"
conf:
......@@ -20,3 +20,4 @@ conf:
postgres_secret_name: "storage-postgres-secret"
rabbitmq_secret_name: "rabbitmq-secret"
replicas: 3
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