bun init
This commit is contained in:
16
apps/static-site/configmap.yaml
Normal file
16
apps/static-site/configmap.yaml
Normal 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>
|
||||
Reference in New Issue
Block a user