fix(synapse): fix federation service
This commit is contained in:
parent
bfe6d4b8d6
commit
119c57ef33
|
@ -24,7 +24,7 @@ maintainers:
|
|||
name: synapse
|
||||
sources: []
|
||||
type: application
|
||||
version: 0.0.7
|
||||
version: 0.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
|
|
|
@ -19,8 +19,10 @@ service:
|
|||
port: 8008
|
||||
targetPort: 8008
|
||||
federation:
|
||||
enabled: true
|
||||
ports:
|
||||
federation:
|
||||
enabled: true
|
||||
port: 8448
|
||||
targetPort: 8008
|
||||
replication:
|
||||
|
|
Loading…
Reference in New Issue