hello app, managed by argocd
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user