Initial commit: mushroom, zetikettes

With basic config to have TLS certs with ACME.
It works!

TODO:
- gitea
- bar-jupyter
This commit is contained in:
2026-03-02 06:48:46 +00:00
commit 0cf7c9b908
20 changed files with 756 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
failurePolicy: reinstall
valuesContent: |-
additionalArguments:
- "--certificatesresolvers.default.acme.email=paul@ponteilla.net"
- "--certificatesresolvers.default.acme.storage=/data/acme.json"
- "--certificatesresolvers.default.acme.httpchallenge.entrypoint=web"
ports:
web:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true