Skip to content
Snippets Groups Projects
Commit 683dbc57 authored by Ihor Anikeiev [EPAM / GCP]'s avatar Ihor Anikeiev [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

Remove BM values and fix application properties

parent 6d5504ff
Branches lobtimo-fix-cve
No related tags found
1 merge request!512Remove BM values and fix application properties
......@@ -15,7 +15,6 @@ data:
STORAGE_HOST: {{ .Values.data.storageHost | quote }}
SECRET_HOST: {{ .Values.data.secretHost | quote }}
SERVICE_IDENTITY: {{ .Values.data.serviceIdentity | quote }}
SPRING_PROFILES_ACTIVE: "gcp"
{{- if .Values.conf.intTestEndpoint }}
TEST_ENDPOINT: "true"
{{- end }}
osmDriver=datastore
oqmDriver=pubsub
service.token.provider=GCP
partition-auth-enabled=true
google-cloud-project=${GOOGLE_CLOUD_PROJECT}
......@@ -53,3 +53,8 @@ management.server.port=${MANAGEMENT_SERVER_PORT:8081}
management.endpoints.web.base-path=${MANAGEMENT_ENDPOINTS_WEB_BASE:/}
management.endpoints.web.exposure.include=health
management.health.probes.enabled=true
# GCP specific properties
service.token.provider=GCP
partition-auth-enabled=true
google-cloud-project=${GOOGLE_CLOUD_PROJECT}
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