istio.io/istio@v0.0.0-20240520182934-d79c90f27776/istioctl/pkg/kubeinject/testdata/deployment/hello-with-proxyconfig-anno.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 proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }' 21 sidecar.istio.io/status: '{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":null,"imagePullSecrets":null,"revision":"default"}' 22 creationTimestamp: null 23 labels: 24 app: hello 25 tier: backend 26 track: stable 27 spec: 28 containers: 29 - image: docker.io/istio/proxy_debug:unittest 30 name: istio-proxy 31 resources: {} 32 - image: fake.docker.io/google-samples/hello-go-gke:1.0 33 name: hello 34 ports: 35 - containerPort: 80 36 name: http 37 resources: {} 38 initContainers: 39 - image: docker.io/istio/proxy_init:unittest-test 40 name: istio-init 41 resources: {} 42 status: {} 43 ---