🎉 Inits repo

This commit is contained in:
Daniel Svitan
2025-05-24 10:21:31 +02:00
commit b343a20db9
4 changed files with 80 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: porty
spec:
selector:
app: porty
ports:
- protocol: TCP
port: 80
targetPort: 3000
type: LoadBalancer