forked from vhaudiquet/homeprod
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.
14 lines
278 B
YAML
14 lines
278 B
YAML
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
|