All checks were successful
Build and Push API / build-and-push (push) Successful in 4s
16 lines
245 B
YAML
16 lines
245 B
YAML
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
name: telefonkonyv-api
|
|
namespace: szakdolgozat
|
|
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: telefonkonyv-api
|
|
ports:
|
|
- port: 3000
|
|
targetPort: 3000
|
|
nodePort: 30080 |