Last active
February 21, 2020 02:15
-
-
Save icheko/4b1da79b5890bde35a0b31b73a323d5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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