1apiVersion: v1 2kind: Service 3metadata: 4 name: authproxy 5 labels: 6 app: authproxy 7 domain: prod 8spec: 9 ports: 10 - port: 4180 11 protocol: TCP 12 targetPort: 4180 13 name: client 14 selector: 15 app: authproxy
View as plain text