apiVersion: v1 kind: Service metadata: annotations: {} labels: app/name: wehcat-gateway name: wehcat-gateway namespace: sre spec: ports: - name: http port: 8080 protocol: TCP targetPort: 8080 selector: app/name: wehcat-gateway sessionAffinity: None type: ClusterIP