babillard/kubernetes/service.yaml

14 lines
210 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: babillard-service
spec:
type: NodePort
selector:
app: babillard
ports:
- protocol: TCP
port: 8080
targetPort: 8080
nodePort: 30001