apiVersion: v1 kind: Service metadata: name: checkout spec: ports: - port: 80 targetPort: 8080 protocol: TCP name: http