Skip to content

Instantly share code, notes, and snippets.

@icheko
Last active February 21, 2020 02:15
Show Gist options
  • Save icheko/4b1da79b5890bde35a0b31b73a323d5e to your computer and use it in GitHub Desktop.
Save icheko/4b1da79b5890bde35a0b31b73a323d5e to your computer and use it in GitHub Desktop.
kind: Deployment
apiVersion: apps/v1
metadata:
name: webapp
namespace: my-super-cool-app
labels:
kube-monkey/enabled: enabled
kube-monkey/identifier: my-super-cool-app
kube-monkey/kill-mode: fixed
kube-monkey/kill-value: '1'
kube-monkey/mtbf: '2'
spec:
replicas: 1
selector:
matchLabels:
...
template:
metadata:
labels:
...
kube-monkey/enabled: enabled
kube-monkey/identifier: my-super-cool-app
spec:
restartPolicy: Always
containers:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment