Skip to content

Instantly share code, notes, and snippets.

@SanthoshBabuMR
Last active April 20, 2020 00:05
Show Gist options
  • Save SanthoshBabuMR/36822a9b282ee301ceacd2dc641b2196 to your computer and use it in GitHub Desktop.
Save SanthoshBabuMR/36822a9b282ee301ceacd2dc641b2196 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: myapp-rs
labels:
app: myapp
spec:
template:
metadata:
name: myapp-pod
labels:
app: myapp
type: front-end
spec:
containers:
- name: nginx-container
image: nginx
selector:
matchLabels:
app: myapp
type: front-end
replicas: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment