hello app, managed by argocd

This commit is contained in:
2026-08-26 13:37:34 +00:00
parent 2049b6d11e
commit b12f838b06
5 changed files with 53 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: hello-page
namespace: hello
data:
index.html: |
<!doctype html><meta charset=utf-8><title>gitops</title>
<style>body{font-family:system-ui;max-width:34rem;margin:4rem auto;padding:0 1rem;line-height:1.6}
b{background:#eef;padding:.1em .3em;border-radius:3px}</style>
<h1>deployed by argocd</h1>
<p>Nobody ran kubectl. This page came from git, version <b>v1</b>.</p>