✨ Adds chhoto-url
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user