Adds chhoto-url

This commit is contained in:
2025-06-09 19:29:13 +02:00
parent a3b2a4dede
commit 2738d1180f
7 changed files with 101 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: porty
name: porty-svc
spec:
selector:
app: porty
ports:
- protocol: TCP
port: 3333 # this is the port the users will access, so probably should be 80
port: 3000 # this is the port the users will access, so probably should be 80
targetPort: 3000
type: LoadBalancer