Skip to content

Instantly share code, notes, and snippets.

@rtrentin73
Last active June 7, 2022 00:07
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 rtrentin73/42561c713c94266df1ed86867e26ba03 to your computer and use it in GitHub Desktop.
Save rtrentin73/42561c713c94266df1ed86867e26ba03 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
namespace: mcs-common
spec:
selector:
matchLabels:
app: nginx
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
containers:
– name: nginx
image: nginx
ports:
– containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment