Skip to content

Commit

Permalink
fix(backend-deployment.yaml): remove trailing slash in healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-rm-meyer-ISST committed Jun 20, 2024
1 parent e22cebc commit 4c7ca15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/puris/templates/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: {{ .Values.backend.puris.api.rootDir }}/actuator/health/
path: {{ .Values.backend.puris.api.rootDir }}/actuator/health
port: http
initialDelaySeconds: {{ .Values.backend.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.backend.livenessProbe.periodSeconds }}
Expand Down
3 changes: 1 addition & 2 deletions local/tractus-x-edc/config/customer/puris-backend.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server.port=8081
server.error.include-message=always
puris.demonstrator.role=customer
puris.demonstrator.role=
puris.baseurl=http://customer-backend:8081/
puris.itemstocksubmodel.apiassetid=itemstocksubmodel-api-asset
puris.productionsubmodel.apiassetid=productionsubmodel-api-asset
Expand All @@ -27,7 +27,6 @@ edc.controlplane.key=${EDC_API_PW}
edc.controlplane.management.url=http://customer-control-plane:8181/management
edc.controlplane.protocol.url=http://customer-control-plane:8184/api/v1/dsp
edc.dataplane.public.url=http://customer-data-plane:8285/api/public/

own.bpnl=BPNL4444444444XX
own.name=Control Unit Creator Inc.
own.bpns=BPNS4444444444XX
Expand Down
3 changes: 1 addition & 2 deletions local/tractus-x-edc/config/supplier/puris-backend.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server.port=8082
server.error.include-message=always
puris.demonstrator.role=supplier
puris.demonstrator.role=
puris.baseurl=http://supplier-backend:8082/
puris.itemstocksubmodel.apiassetid=itemstocksubmodel-api-asset
puris.productionsubmodel.apiassetid=productionsubmodel-api-asset
Expand All @@ -27,7 +27,6 @@ edc.controlplane.key=${EDC_API_PW}
edc.controlplane.management.url=http://supplier-control-plane:9181/management
edc.controlplane.protocol.url=http://supplier-control-plane:9184/api/v1/dsp
edc.dataplane.public.url=http://supplier-data-plane:9285/api/public/

own.bpnl=BPNL1234567890ZZ
own.name=Semiconductor Supplier Inc.
own.bpns=BPNS1234567890ZZ
Expand Down

0 comments on commit 4c7ca15

Please sign in to comment.