Skip to content

Instantly share code, notes, and snippets.

@agracey
Created August 4, 2023 18:04
Show Gist options
  • Save agracey/48c4f547732a85ad16a26839fafb5467 to your computer and use it in GitHub Desktop.
Save agracey/48c4f547732a85ad16a26839fafb5467 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-test
spec:
replicas: 1
selector:
template:
spec:
containers:
- name: nginx
image: nginx:1.14.2
namespace: blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment