istio.io/istio@v0.0.0-20240520182934-d79c90f27776/istioctl/pkg/kubeinject/testdata/deployment/hello.yaml.injected (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 creationTimestamp: null 5 name: hello 6 spec: 7 replicas: 7 8 selector: 9 matchLabels: 10 app: hello 11 tier: backend 12 track: stable 13 strategy: {} 14 template: 15 metadata: 16 annotations: 17 prometheus.io/path: /stats/prometheus 18 prometheus.io/port: "15020" 19 prometheus.io/scrape: "true" 20 sidecar.istio.io/status: '{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":null,"imagePullSecrets":null,"revision":"default"}' 21 creationTimestamp: null 22 labels: 23 app: hello 24 tier: backend 25 track: stable 26 spec: 27 containers: 28 - image: fake.docker.io/google-samples/hello-go-gke:1.0 29 name: hello 30 ports: 31 - containerPort: 80 32 name: http 33 resources: {} 34 - image: docker.io/istio/proxy_debug:unittest 35 name: istio-proxy 36 resources: {} 37 initContainers: 38 - image: docker.io/istio/proxy_init:unittest-test 39 name: istio-init 40 resources: {} 41 status: {} 42 ---