aboutsummaryrefslogtreecommitdiffstats
path: root/example/ovn4nfv-deployment-hostnames-svc.yaml
blob: 4ff4c59f285ffa9f90cdc0446524ce5e9e204bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  labels:
    app: hostnames
  name: hostnames
spec:
  selector:
    app: hostnames
  ports:
  - name: default
    protocol: TCP
    port: 80
    targetPort: 9376