Backend URL inadequate #25

Open
opened 2024-02-16 12:42:21 +00:00 by xeruf · 3 comments
Contributor

image

This does not work properly:

  • path suffix is hosts[0].paths[0].path, not sure how to write that properly in helm template language
  • uses HTTP

Meaning any proper configuration has to adjust this, not just if you deviate from the standard ingress layout.

![image](/attachments/ffb6d3c1-70fb-4808-a4ca-9e42f0e212a4) This does not work properly: - path suffix is `hosts[0].paths[0].path`, not sure how to write that properly in helm template language - uses HTTP Meaning any proper configuration has to adjust this, not just if you deviate from the standard ingress layout.
Author
Contributor

So either adjust the template or this comment: https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml#L100

So either adjust the template or this comment: https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml#L100
Author
Contributor

As for https, I guess you could check whether annotations.kubernetes.io/tls-acme is truish

As for https, I guess you could check whether `annotations.kubernetes.io/tls-acme` is truish
Owner

Well this will change anyway with the new public url option introduced in 0.23.0. That URL does not require the /api/v1 suffix, it will probably be enough if it's set to the URL that's currently set.

Well this will change anyway with the new [public url](https://vikunja.io/docs/config-options/#publicurl) option introduced in 0.23.0. That URL does not require the `/api/v1` suffix, it will probably be enough if it's set to the URL that's currently set.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/helm-chart#25
No description provided.