apiVersion: v1 kind: Service metadata: name: comment-plugin spec: ports: - port: 80 protocol: TCP targetPort: 80 selector: app: comment-plugin sessionAffinity: None type: ClusterIP