blob: 3c1f198f40e525612dc467110dc741c38eff83a4 [file] [log] [blame]
apiVersion: v1
kind: Pod
metadata:
name: pod-sec-uid
labels:
app: helloworld
version: v2
spec:
securityContext:
runAsUser: 1337
containers:
- name: helloworld
image: docker.io/istio/examples-helloworld-v2
resources:
requests:
cpu: "100m"
imagePullPolicy: IfNotPresent #Always
ports:
- containerPort: 5000