Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit fa9f3d1

Browse files
committed
fix path
1 parent 337e075 commit fa9f3d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

kubernetes-dev/microservices/payment-billing-microservice.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:
4141
spec:
4242
containers:
4343
- name: springboot-payment-billing
44+
workingDir: /container/app
4445
image: ghcr.io/funixproductions/funixproductions-api-payment-billing:dev
4546
volumeMounts:
4647
- mountPath: /container/app/

kubernetes/microservices/payment-billing-microservice.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:
4141
spec:
4242
containers:
4343
- name: springboot-payment-billing
44+
workingDir: /container/app
4445
image: ghcr.io/funixproductions/funixproductions-api-payment-billing:latest
4546
volumeMounts:
4647
- mountPath: /container/app/

0 commit comments

Comments
 (0)