1apiVersion: v1 2kind: Service 3metadata: 4 generateName: service-churn- 5spec: 6 selector: 7 app: foo 8 ports: 9 - protocol: TCP 10 port: 8080 11 targetPort: 8080
View as plain text