pkgatlas(kube): deploy

Flux HelmRelease tracking the CI-published chart (>=0.4.0-0, timestamped
versions, appVersion pinned to the image commit). Ingress host
pkgatlas.vhaudiquet.fr via traefik; TLS terminates at Caddy with the
*.vhaudiquet.fr wildcard, so the new @pkgatlas route proxies to Traefik
like the other public vhosts.
This commit is contained in:
2026-09-24 21:57:42 +02:00
parent 3f986b65ab
commit b2f656c757
8 changed files with 106 additions and 0 deletions
@@ -0,0 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: pkgatlas
resources:
- namespace.yaml
- repository.yaml
- release.yaml
secretGenerator:
- name: pkgatlas-values
files:
- values.yaml=values.yaml
configurations:
- kustomizeconfig.yaml