Fix focalboard values
This commit is contained in:
parent
604afd3693
commit
a9147e75af
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user