initial push

This commit is contained in:
2026-07-19 02:33:48 +07:00
commit cf03e8e0e9
5 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: gitops-demo
spec:
selector:
app: gitops-demo
ports:
- port: 80
targetPort: 80