apiVersion: v1 kind: Service metadata: name: echoheaders-https labels: app: echoheaders-https spec: type: NodePort ports: - port: 80 targetPort: 8080 protocol: TCP name: http selector: app: echoheaders-https