Skip to content

Instantly share code, notes, and snippets.

@billchenxi
Created October 2, 2020 05:34
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 billchenxi/97a8ebf2966f9994dc528d01a3c639d5 to your computer and use it in GitHub Desktop.
Save billchenxi/97a8ebf2966f9994dc528d01a3c639d5 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: test
labels:
app: nginx
rel: stable
spec:
containers:
- name: test
image: nginx:alpine
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment