apiVersion: v1
kind: Service
metadata:
name: format
namespace: 4d
spec:
ports:
- name: tcp-format
port: 80
protocol: TCP
targetPort: 8080
type: ClusterIP
---
apiVersion: v1
kind: Endpoints
metadata:
name: format
namespace: 4d
subsets:
- addresses:
- ip: 10.0.0.1
ports:
- name: tcp-format
port: 8080
protocol: TCP