apiVersion: v1
kind: Service
metadata:
name: myblog
namespace: test
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: myblog
type: ClusterIP