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