migrate gitops-demo to generic chart

This commit is contained in:
2026-07-19 08:36:56 +00:00
parent 87c40621d4
commit a2a27e1762
11 changed files with 212 additions and 71 deletions

View File

@@ -0,0 +1,15 @@
# gitops-demo, dev environment — the ENTIRE per-service config now.
# This replaces the old gitops-demo/dev/{deployment,service,ingress}.yaml:
# three hand-written manifests collapse into these few lines. The shared
# charts/app chart turns this into the same Deployment + Service + Ingress.
name: gitops-demo
image:
repository: traefik/whoami
tag: latest
replicas: 1
ingress:
host: gitops-demo.dev.lgkentang.com
clusterIssuer: letsencrypt-prod