Skip to content

Instantly share code, notes, and snippets.

@SarasaGunawardhana
Created July 9, 2019 10:53
Show Gist options
  • Save SarasaGunawardhana/5e706722c2f5308f0a6809ce27b5a5f6 to your computer and use it in GitHub Desktop.
Save SarasaGunawardhana/5e706722c2f5308f0a6809ce27b5a5f6 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: nginx
name: nginx
spec:
containers:
- image: nginx
name: nginx
ports:
- containerPort: 80
resources: {}
dnsPolicy: ClusterFirst
restartPolicy: Never
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment