kind: Service apiVersion: v1 metadata: name: blogging-service spec: selector: app: blogging-service ports: - protocol: TCP port: 80 targetPort: http