Files
bookRental/kubernetes/service.yaml
Juyounglee95 8ab6d253d8 init
2020-04-22 13:39:41 +09:00

12 lines
174 B
YAML

apiVersion: v1
kind: Service
metadata:
name: bookRental
labels:
app: bookRental
spec:
ports:
- port: 8080
targetPort: 8080
selector:
app: bookRental