adding sfc images
[ovn4nfv-k8s-plugin.git] / example / ovn4nfv-deployment-noannotation-hostnames.yaml
1 apiVersion: apps/v1
2 kind: Deployment
3 metadata:
4   labels:
5     app: hostnames
6   name: hostnames
7 spec:
8   selector:
9     matchLabels:
10       app: hostnames
11   replicas: 3
12   template:
13     metadata:
14       labels:
15         app: hostnames
16     spec:
17       containers:
18       - name: hostnames
19         image: rkamudhan/serve-hostname-amd64:1.2
20         securityContext:
21           capabilities:
22             add: ["NET_ADMIN"]