matrix-org / matrix-org/matrix-hookshot

Ingress Example for Helm Chart

Open
#780 3 comments 0 reactions 1 assignee View on GitHub

@Arkaniad is already working on this.

Since Jun 15, 2023.

T-Enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.