From 92a72361bb328fb2bb649bf3332c1502a6dbf276 Mon Sep 17 00:00:00 2001 From: 5vl Date: Thu, 10 Sep 2026 14:01:25 +0200 Subject: [PATCH] Add static demo website --- templates/configmap.yaml | 101 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 98 insertions(+), 3 deletions(-) diff --git a/templates/configmap.yaml b/templates/configmap.yaml index b2b26e1..98717d6 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -7,13 +7,108 @@ metadata: data: index.html: | - + + {{ .Values.environment }} - kub-web-test + -

{{ .Values.environment }}

-

kub-web-test deployed with Helm, Argo CD and Kargo.

+
+

Kubernetes GitOps demo

+

kub-web-test

+

+ This static site is served by nginx from a Helm chart, deployed by Argo CD, + and promoted through Kargo from dev to staging to production. +

+ +
Current environment: {{ .Values.environment }}
+