apiVersion: v1 kind: Service metadata: name: api namespace: api spec: selector: app: api ports: - name: http port: 80 targetPort: 8080