Skip to content

Commit 34b9ffc

Browse files
authored
Merge pull request #59 from SoftwareAG/fix4-updating-deployment-configuration
Adding engine microservice endpoint in asset-catalog deployment
2 parents 8a65fea + 574671a commit 34b9ffc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deployment/docker/asset-catalog/asset-catalog-config.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
# Open telemetry agent
44
OTEL_JAVAAGENT_ENABLED=false
5+
6+
# Microservice Endpoint
7+
APICP_ENGINE_ENDPOINT=http://engine:8080

deployment/helm/templates/assetcatalog_configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ data:
99
OTEL_JAVAAGENT_ENABLED: "{{ .Values.applications.jaegertracing.enabled }}"
1010
{{- if .Values.applications.jaegertracing.enabled }}
1111
OTEL_METRICS_EXPORTER: "none"
12+
APICP_ENGINE_ENDPOINT: "http://{{ .Values.applications.engine.name }}-svc:8080"
1213
JAVA_OPTS: "-Dotel.exporter.otlp.endpoint=http://{{ .Values.applications.jaegertracing.name }}-svc:{{ .Values.applications.jaegertracing.port }} -Dotel.resource.attributes=service.name={{ .Values.applications.assetcatalog.name }}"
1314
LOGGING_LEVEL_COM_SOFTWAREAG_CONTROLPLANE: "{{ .Values.applications.assetcatalog.logLevel }}"
1415
{{- end }}

0 commit comments

Comments
 (0)