svc.yaml 240 B

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