Skip to content

Instantly share code, notes, and snippets.

@EvilFreelancer
Last active April 25, 2023 23:10
Show Gist options
  • Select an option

  • Save EvilFreelancer/3607ccf7f3dbf100a7fb53cf80da3172 to your computer and use it in GitHub Desktop.

Select an option

Save EvilFreelancer/3607ccf7f3dbf100a7fb53cf80da3172 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: my-pod
namespace: my-namespace
spec:
containers:
- name: my-container
image: nginx:latest
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment