Skip to content

Instantly share code, notes, and snippets.

@sameo
Last active June 7, 2017 16:10
Show Gist options
  • Select an option

  • Save sameo/0517d26bdb32231b9ba8c84b1cc428b0 to your computer and use it in GitHub Desktop.

Select an option

Save sameo/0517d26bdb32231b9ba8c84b1cc428b0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
annotations:
io.kubernetes.cri-o.trusted: "true"
name: nginx-trusted
spec:
containers:
- name: nginx
image: sameo/nginx-kubecon:1.0
ports:
- containerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment