K8s Base SVC Update
All checks were successful
Build and Push API / build-and-push (push) Successful in 4s
All checks were successful
Build and Push API / build-and-push (push) Successful in 4s
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
|
||||
kind: Service
|
||||
|
||||
metadata:
|
||||
name: telefonkonyv-api
|
||||
namespace: szakdolgozat
|
||||
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: telefonkonyv-api
|
||||
ports:
|
||||
- port: 3000
|
||||
targetPort: 3000
|
||||
nodePort: 30080
|
||||
Reference in New Issue
Block a user