Skip to content

Instantly share code, notes, and snippets.

@fawix
Created November 17, 2021 10:58
Show Gist options
  • Save fawix/d50d9bb3510f41e2c3f347a1e44ccba9 to your computer and use it in GitHub Desktop.
Save fawix/d50d9bb3510f41e2c3f347a1e44ccba9 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx:stable-alpine
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment