zkt25/z2/service.yaml

14 lines
209 B
YAML

apiVersion: v1
kind: Service
metadata:
name: contact-app
namespace: contact-app
spec:
selector:
app: contact-app
ports:
- protocol: TCP
port: 3000
targetPort: 3000
type: NodePort