This commit is contained in:
samsep101
2026-01-05 14:49:10 +05:00
parent c652eaeb46
commit 248d292cae
5 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: static-site-html
namespace: default
data:
index.html: |
<!DOCTYPE html>
<html>
<head><title>Hello from GitOps!</title></head>
<body>
<h1>🚀 First Level: Static Site</h1>
<p>Deployed via Argo CD + Kyverno</p>
<p>Image: harbor.apps.kopikopi.com.ru/drone/test:latest</p>
</body>
</html>