TrueChartsClone/templates/questions
sdimovv 373b8c3513
feat(SCALE): Add codeserver ingress GUI (#15446)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

Adds ingress GUI for Codeserver.

I pretty much generated a chart's `questions.yaml` and copied over the
main ingress section (with some small modifications). Let me know if
there is a 'smarter' way to do this.

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
Tested this on a SCALE system, with the Recyclarr chart (see notes).
Overall seems to work fine. I managed to add an ingress to the
Codeserver addon and use it to access its service.

I also compared the YAML of the created addon ingress against the YAML
of the main ingress of another chart. They seem identical (minus
expected differences such as names and such).

**📃 Notes:**
<!-- Please enter any other relevant information here -->
A few caveats worth mentioning (not related to but affecting this PR):

1. There is a fairly recent patch fixing a bug with the Codeserver addon
ingress (https://github.com/truecharts/library-charts/pull/615). Some
charts have not received the Common update yet (Recyclarr hasn't). I had
to manually change the Common version in Recyclarr's `Chart.yaml` and do
a `helm dep update` in order to test my changes. So it is probably a
good idea to wait until all apps get the Common update before we merge
this.

2. I am not sure if this is a bug or a feature, but when I enabled the
Codeserver addon for Recyclarr, and checked the service name with
`kubectl` I got this:
```bash
# k3s kubectl get service -n ix-recyclarr
NAME             TYPE           CLUSTER-IP      EXTERNAL-IP       PORT(S)     AGE
recyclarr        LoadBalancer   172.17.57.246   192.168.123.123   36107/TCP   71s
```
However, the Codeserver ingress assumes the name of the service to be
`$APPNAME-codeserver`:


9a1f204c50/library/common/templates/addons/code-server/_codeserver.tpl (L43)

So to test my changes I had to manually edit the service name in the
created ingress to match.

I believe this is a bug with common but I am not sure.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-11-28 20:55:52 +01:00
..
addons feat(SCALE): Add codeserver ingress GUI (#15446) 2023-11-28 20:55:52 +01:00
container chore(authelia): cleanup secret a bit (#7768) 2023-03-08 21:05:10 +02:00
general Update some links in the docs (#9839) 2023-06-23 08:53:11 +02:00
ingress fix(SCALEGUI): set default path and prefix for ingress (#14486) 2023-11-09 18:34:45 +01:00
metrics fix(templates): disable metrics by default (#9722) 2023-06-17 13:43:12 +02:00
persistence fix(questions/template): variable -> value 2023-11-13 23:04:39 +02:00
postgresql feat: add CNPG hibernation option to GUI 2023-05-12 12:30:20 +02:00
replicas WIP Cleanup configuration options (#4365) 2022-11-10 16:46:44 +01:00
security fix(plex): use https for servicetype (#8270) 2023-04-29 08:43:02 +02:00
service fix (template questions): add missing additional_attrs: true (#9588) 2023-06-13 09:56:28 +02:00
traefik feat(traefik): Add traefik-plugin-rewrite-headers (#13961) 2023-10-27 21:15:37 +03:00
workload chore(authelia): cleanup secret a bit (#7768) 2023-03-08 21:05:10 +02:00