Skip to content

Instantly share code, notes, and snippets.

@agrajm
Created April 19, 2021 13:08
Show Gist options
  • Save agrajm/3bc12f5ebbbb3292f85d4975f1cb1056 to your computer and use it in GitHub Desktop.
Save agrajm/3bc12f5ebbbb3292f85d4975f1cb1056 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx-unprivileged
spec:
containers:
- name: nginx-unprivileged
image: mcr.microsoft.com/oss/nginx/nginx:1.15.5-alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment