Skip to content

Instantly share code, notes, and snippets.

@sola-scriptura-zz
Last active November 16, 2019 00:48
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 sola-scriptura-zz/63a58cef2506c498ca4b525b62180a67 to your computer and use it in GitHub Desktop.
Save sola-scriptura-zz/63a58cef2506c498ca4b525b62180a67 to your computer and use it in GitHub Desktop.
- apiVersion: apps/v1
kind: Deployment
metadata:
name: yjeong-nginx-deployment
namespace: students-dev
spec:
replicas: 2
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- image: 'nginx:1.7.9'
name: nginx
ports:
- containerPort: 80
@sola-scriptura-zz
Copy link
Author

first comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment