fix: davis listens on port 9000

This commit is contained in:
2026-03-22 10:30:44 +01:00
parent 1432a90f7b
commit 61c0acd88a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -7,5 +7,5 @@ spec:
selector: selector:
app: davis app: davis
ports: ports:
- port: 8080 - port: 9000
targetPort: 8080 targetPort: 9000