matrix: more hookshot tweaks
All checks were successful
/ diff-and-deploy (push) Successful in 2m12s
All checks were successful
/ diff-and-deploy (push) Successful in 2m12s
This commit is contained in:
parent
fa3f1b3570
commit
67c45d158b
2 changed files with 9 additions and 14 deletions
|
@ -13,6 +13,9 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: hookshot
|
||||
annotations:
|
||||
prometheus.io/scrape: "true"
|
||||
prometheus.io/port: "9001"
|
||||
spec:
|
||||
containers:
|
||||
- image: halfshot/matrix-hookshot:6.0.0
|
||||
|
@ -94,7 +97,12 @@ metadata:
|
|||
name: bridge-hookshot
|
||||
labels:
|
||||
name: bridge-hookshot
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
spec:
|
||||
tls:
|
||||
- hosts: [hookshot.janky.bot]
|
||||
secretName: hookshot.janky.bot
|
||||
rules:
|
||||
- host: hookshot.janky.bot
|
||||
http:
|
||||
|
|
|
@ -7,19 +7,6 @@ bridge:
|
|||
mediaUrl: https://hookshot.janky.bot
|
||||
port: 9993
|
||||
url: http://homeserver-janky-bot:8008
|
||||
github:
|
||||
enterpriseUrl: "https://git.janky.solutions"
|
||||
auth:
|
||||
id: 123
|
||||
privateKeyFile: github-key.pem
|
||||
webhook:
|
||||
secret: secrettoken
|
||||
oauth:
|
||||
client_id: foo
|
||||
client_secret: bar
|
||||
redirect_uri: https://example.com/oauth/
|
||||
defaultOptions:
|
||||
showIssueRoomLink: false
|
||||
generic:
|
||||
allowJsTransformationFunctions: true
|
||||
enableHttpGet: false
|
||||
|
@ -33,7 +20,7 @@ listeners:
|
|||
resources:
|
||||
- webhooks
|
||||
- widgets
|
||||
- bindAddress: 127.0.0.1
|
||||
- bindAddress: 0.0.0.0
|
||||
port: 9001
|
||||
resources:
|
||||
- metrics
|
||||
|
|
Loading…
Add table
Reference in a new issue