Skip to content

Instantly share code, notes, and snippets.

@andyrobbins
Created February 22, 2023 23:24
Show Gist options
  • Save andyrobbins/3a2e96dcdb53560cd2c13eab7efc9193 to your computer and use it in GitHub Desktop.
Save andyrobbins/3a2e96dcdb53560cd2c13eab7efc9193 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 8123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment