File size: 184 Bytes
4962437
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
apiVersion: v1
kind: Service
metadata:
  name: swarms-service
spec:
  selector:
    app: swarms
  ports:
    - protocol: TCP
      port: 80
      targetPort: 8000
  type: LoadBalancer