istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pkg/config/analysis/analyzers/testdata/pod-sec-uid.yaml (about) 1 apiVersion: v1 2 kind: Pod 3 metadata: 4 name: pod-sec-uid 5 labels: 6 app: helloworld 7 version: v2 8 spec: 9 securityContext: 10 runAsUser: 1337 11 containers: 12 - name: helloworld 13 image: docker.io/istio/examples-helloworld-v2 14 resources: 15 requests: 16 cpu: "100m" 17 imagePullPolicy: IfNotPresent #Always 18 ports: 19 - containerPort: 5000