Fix focalboard values

This commit is contained in:
dvirlabs 2025-07-25 12:40:23 +03:00
parent 604afd3693
commit a9147e75af

View File

@ -15,7 +15,7 @@ ingress:
service: service:
type: ClusterIP type: ClusterIP
port: 80 port: 8000 # ✅ Container listens on 8000
focalboard: focalboard:
username: admin@dvirlabs.com username: admin@dvirlabs.com
@ -24,7 +24,7 @@ focalboard:
enabled: true enabled: true
config: | config: |
{ {
"port": 80, "port": 8000,
"dbtype": "postgres", "dbtype": "postgres",
"dbconfig": "postgres://focalboard:focalboard@focalboard-postgresql.dev-tools.svc.cluster.local/focalboard?sslmode=disable", "dbconfig": "postgres://focalboard:focalboard@focalboard-postgresql.dev-tools.svc.cluster.local/focalboard?sslmode=disable",
"telemetry": false "telemetry": false