apiVersion: v1 kind: Service metadata: namespace: privatebin name: app spec: ports: - port: 80 targetPort: 8080 protocol: TCP selector: name: app