feat: add sample-webapp manifests for Argo CD
This commit is contained in:
18
apps/sample-webapp/configmap.yaml
Normal file
18
apps/sample-webapp/configmap.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: sample-webapp-html
|
||||
namespace: sample
|
||||
labels:
|
||||
app: sample-webapp
|
||||
managed-by: argocd
|
||||
data:
|
||||
index.html: |
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><title>Sample Web App</title></head>
|
||||
<body>
|
||||
<h1>Sample Web App</h1>
|
||||
<p>Managed by Argo CD - GitOps is working!</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user