matrix-org / matrix-org/matrix-hookshot
Ingress Example for Helm Chart
@Arkaniad is already working on this.
Since Jun 15, 2023.
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 23
Description
Can you please create an example of a working ingress for the helm chart?
I tried to specify only the hosts. Unfortunately that did not work.
When I specify the following:
```YAML
hosts:
- host: example.com
paths:
- path: /webhook
pathType: Prefix
backend:
port:
number: 9000
```
I get the error:
`Upgrade "hookshot" failed: failed to create resource: Ingress.extensions "hookshot-appservice" is invalid: spec.rules[0].http.paths[0].backend: Required value: port name or number is required`
So, could you please provide a working ingress example. I don't know how it should look like.
And how should I create and import a `passkey.pem` on a kubernetes cluster? Can this be done by the chart?
Thanks in advance.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.