fix: davis listens on port 9000
This commit is contained in:
@@ -17,7 +17,7 @@ spec:
|
|||||||
- name: davis
|
- name: davis
|
||||||
image: ghcr.io/tchapi/davis-standalone:latest
|
image: ghcr.io/tchapi/davis-standalone:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 9000
|
||||||
env:
|
env:
|
||||||
- name: APP_ENV
|
- name: APP_ENV
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
app: davis
|
app: davis
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 9000
|
||||||
targetPort: 8080
|
targetPort: 9000
|
||||||
|
|||||||
Reference in New Issue
Block a user