Add Service and Ingress with TLS
This commit is contained in:
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM nginx:alpine
|
||||
COPY public /usr/share/nginx/html
|
||||
0
config/nginx.conf
Normal file
0
config/nginx.conf
Normal file
8
public/index.html
Normal file
8
public/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user