apiVersion: v1 kind: Service metadata: annotations: kompose.cmd: kompose convert -f compose.yaml -n privatebin kompose.version: 1.34.0 (cbf2835db) labels: io.kompose.service: privatebin name: privatebin namespace: privatebin spec: ports: - name: web port: 5002 targetPort: 8080 selector: io.kompose.service: privatebin