summaryrefslogtreecommitdiffstats
path: root/clover/cloverctl/src/cloverctl/yaml/controller/service_nodeport.yaml
blob: a719204127475c934e26d40f6586b076d3a676f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
apiVersion: v1
kind: Service
metadata:
  name: clover-controller
  labels:
    app: clover-controller
spec:
  type: NodePort
  ports:
  - name: http
    port: 80
    targetPort: 80
    nodePort: 32044
    protocol: TCP
  selector:
    app: clover-controller