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

Gc merge app properties

parent eed8c0d3
No related branches found
No related tags found
1 merge request!723Gc merge app properties
......@@ -52,4 +52,7 @@ dist/
#ibm helm chart manifest
devops/ibm/ibm-schema-config/manifests
devops/ibm/ibm-schema-deploy/manifests
\ No newline at end of file
devops/ibm/ibm-schema-deploy/manifests
# VS Code
.vscode/
......@@ -6,11 +6,9 @@ metadata:
name: {{ .Values.conf.configmap | quote }}
namespace: {{ .Release.Namespace | quote }}
data:
SHARED_TENANT_NAME: "system"
LOG_LEVEL: {{ .Values.data.logLevel | default .Values.global.logLevel | quote }}
ENTITLEMENTS_HOST: {{ .Values.data.entitlementsHost | quote }}
SCHEMA_CHANGED_TOPIC_NAME: {{ .Values.data.schemaTopicName | quote }}
SCHEMA_CHANGED_MESSAGING_ENABLED: {{ .Values.data.schemaChangedMessagingEnabled | quote }}
PARTITION_HOST: {{ .Values.data.partitionHost | quote }}
SPRING_PROFILES_ACTIVE: "gcp"
_JAVA_OPTIONS: {{ .Values.data.javaOptions | quote }}
#
# Copyright 2020-2022 Google LLC
# Copyright 2020-2022 EPAM Systems, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
service.token.provider=GCP
partition-auth-enabled=true
obmDriver=gcs
osmDriver=datastore
oqmDriver=pubsub
\ No newline at end of file
......@@ -16,9 +16,10 @@ partition.properties.system-schema-bucket-name=system.schema.bucket.name
# Service level config
destination.resolver=partition
partition-auth-enabled=true
## Use this property to name your shared tenant name
shared-tenant-name=${SHARED_TENANT_NAME:osdu}
shared-tenant-name=${SHARED_TENANT_NAME:system}
## Status messaging switch
schema.changed.messaging-enabled=${SCHEMA_CHANGED_MESSAGING_ENABLED:true}
......@@ -41,4 +42,4 @@ PARTITION_API=${PARTITION_HOST}${PARTITION_PATH}
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
\ No newline at end of file
management.health.probes.enabled=true
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