feat: Add nginx service

This commit is contained in:
2025-11-28 23:27:22 +05:30
parent ca3ed48737
commit a0753818db
5 changed files with 63 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: nginx
spec:
selector:
app: nginx
ports:
- port: 80
targetPort: 80
type: ClusterIP