diff --git a/manifests/focalboard/values.yaml b/manifests/focalboard/values.yaml index 201f14a..01953d7 100644 --- a/manifests/focalboard/values.yaml +++ b/manifests/focalboard/values.yaml @@ -15,7 +15,7 @@ ingress: service: type: ClusterIP - port: 80 + port: 8000 # ✅ Container listens on 8000 focalboard: username: admin@dvirlabs.com @@ -24,7 +24,7 @@ focalboard: enabled: true config: | { - "port": 80, + "port": 8000, "dbtype": "postgres", "dbconfig": "postgres://focalboard:focalboard@focalboard-postgresql.dev-tools.svc.cluster.local/focalboard?sslmode=disable", "telemetry": false