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