Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcastelino/2b8a2614ba914a71e5a6f461b359e3f1 to your computer and use it in GitHub Desktop.
Save mcastelino/2b8a2614ba914a71e5a6f461b359e3f1 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
annotations:
io.kubernetes.cri-o.trusted: "false"
name: nginx-untrusted
spec:
containers:
- name: nginx
image: sameo/nginx-kubecon:1.0
ports:
- containerPort: 8081
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment