github.com/cilium/cilium@v1.16.2/test/k8s/manifests/echoserver-hostnetns.yaml (about) 1 apiVersion: apps/v1 2 kind: DaemonSet 3 metadata: 4 name: echoserver 5 labels: 6 k8s-app: echoserver-hostnetns 7 spec: 8 selector: 9 matchLabels: 10 name: echoserver-hostnetns 11 template: 12 metadata: 13 labels: 14 name: echoserver-hostnetns 15 spec: 16 containers: 17 - name: web 18 image: quay.io/cilium/echoserver:1.10.1 19 imagePullPolicy: IfNotPresent 20 ports: 21 - containerPort: 80 22 hostNetwork: true 23 nodeSelector: 24 cilium.io/ci-node: NODE_WITHOUT_CILIUM 25 tolerations: 26 - operator: Exists