Skip to content

Instantly share code, notes, and snippets.

@regmicmahesh
Created February 8, 2021 15:06
Show Gist options
  • Save regmicmahesh/9ab2b5bd46f25d1f33b7f4ce83776fbd to your computer and use it in GitHub Desktop.
Save regmicmahesh/9ab2b5bd46f25d1f33b7f4ce83776fbd to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ReplicationController
metadata:
name: nginx
spec:
replicas: 3
selector:
app: nginx
template:
metadata:
name: nginx
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