Skip to content

Commit 684ba23

Browse files
committed
PEER-255 Update k8s configs
Signed-off-by: SeeuSim <[email protected]>
1 parent f5d4d4c commit 684ba23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

k8s/user-service-deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ spec:
2020
spec:
2121
containers:
2222
- command:
23-
- ./entrypoint.sh
23+
- /bin/sh
24+
- entrypoint.sh
2425
env:
2526
- name: EXPRESS_DB_HOST
2627
value: user-db
@@ -49,7 +50,7 @@ spec:
4950
hostPort: 9001
5051
protocol: TCP
5152
volumeMounts:
52-
- mountPath: /data/question-express
53+
- mountPath: /data/user-express
5354
name: user-service
5455
restartPolicy: Always
5556
volumes:

0 commit comments

Comments
 (0)