Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Created August 19, 2019 11:39
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 abhirockzz/c3e5f23677cfcc14270978eae74084a5 to your computer and use it in GitHub Desktop.
Save abhirockzz/c3e5f23677cfcc14270978eae74084a5 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: kin-stateless-rs
spec:
replicas: 2
selector:
matchLabels:
app: kin-stateless-rs
template:
metadata:
labels:
app: kin-stateless-rs
spec:
containers:
- name: nginx
image: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment