Skip to content

Instantly share code, notes, and snippets.

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