istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/pilot/testdata/hello.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: hello 5 spec: 6 replicas: 7 7 selector: 8 matchLabels: 9 app: hello 10 tier: backend 11 track: stable 12 template: 13 metadata: 14 labels: 15 app: hello 16 tier: backend 17 track: stable 18 spec: 19 containers: 20 - name: hello 21 image: "fake.docker.io/google-samples/hello-go-gke:1.0" 22 ports: 23 - name: http 24 containerPort: 80