Skip to content

Instantly share code, notes, and snippets.

@sameo
Created June 7, 2017 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sameo/8feddec53cb01e6ea5e163a5df852f6a to your computer and use it in GitHub Desktop.
Save sameo/8feddec53cb01e6ea5e163a5df852f6a 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