diff --git a/clusters/homelab/apps/davis/deployment.yaml b/clusters/homelab/apps/davis/deployment.yaml index d700ea4..979bdb1 100644 --- a/clusters/homelab/apps/davis/deployment.yaml +++ b/clusters/homelab/apps/davis/deployment.yaml @@ -17,7 +17,7 @@ spec: - name: davis image: ghcr.io/tchapi/davis-standalone:latest ports: - - containerPort: 8080 + - containerPort: 9000 env: - name: APP_ENV valueFrom: diff --git a/clusters/homelab/apps/davis/service.yaml b/clusters/homelab/apps/davis/service.yaml index 621770e..643faa9 100644 --- a/clusters/homelab/apps/davis/service.yaml +++ b/clusters/homelab/apps/davis/service.yaml @@ -7,5 +7,5 @@ spec: selector: app: davis ports: - - port: 8080 - targetPort: 8080 + - port: 9000 + targetPort: 9000