1apiVersion: v1 2kind: Service 3metadata: 4 name: echoheaders-https 5 labels: 6 app: echoheaders-https 7spec: 8 type: NodePort 9 ports: 10 - port: 80 11 targetPort: 8080 12 protocol: TCP 13 name: http 14 selector: 15 app: echoheaders-https
View as plain text