Files
API/k8s/api-service.yaml
zomborip e2495e5e24
All checks were successful
Build and Push API / build-and-push (push) Successful in 4s
K8s Base SVC Update
2025-11-24 22:02:53 +01:00

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