aboutsummaryrefslogtreecommitdiff
path: root/yamls/service.yaml
blob: 0cda7f6931e755c18313abce13c79609eceeee9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
apiVersion: v1
kind: Service
metadata:
  labels:
    app: i2-deploy
  name: i2-deploy
spec:
  ports:
  - port: 80
    protocol: TCP
    targetPort: 8080
  selector:
    app: i2-deploy
  type: LoadBalancer
status:
  loadBalancer: {}