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