Add Service and Ingress with TLS

This commit is contained in:
samsep101
2026-01-05 13:37:38 +05:00
parent deb743419f
commit 89f480e44c
3 changed files with 10 additions and 0 deletions

2
Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM nginx:alpine
COPY public /usr/share/nginx/html

0
config/nginx.conf Normal file
View File

8
public/index.html Normal file
View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head><title>Hello World</title></head>
<body>
<h1>🚀 Hello from GitOps!</h1>
<p>Deployed via Argo CD. Commit SHA: {{ .Commit }}</p>
</body>
</html>