aboutsummaryrefslogtreecommitdiff
path: root/yamls/service.yaml
blob: 12226c399fd013c45db78c093efa762040f8c05a (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: 8080
    protocol: TCP
    targetPort: 8080
  selector:
    app: i2-deploy
  type: LoadBalancer
status:
  loadBalancer: {}