apiVersion: v1 kind: Service metadata: name: pinnwand namespace: web spec: selector: app: pinnwand ports: - protocol: TCP port: 80 targetPort: 8000