apiVersion: v1 kind: Service metadata: name: notification labels: app: notification system: hgzero spec: type: ClusterIP selector: app: notification ports: - port: 8080 targetPort: 8080 protocol: TCP name: http