inital commit

This commit is contained in:
Zahid
2026-07-17 21:26:51 -07:00
commit c18468dde5
9 changed files with 112 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Service
metadata: {name: nginx}
spec:
selector: {app: nginx}
ports:
- port: 80
targetPort: 80