aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTy Davis <tydavis@gmail.com>2016-08-05 11:31:04 -0700
committerTy Davis <tydavis@gmail.com>2016-08-05 11:31:04 -0700
commit503d4924964b2b28a34106f7b9b5385ace532ee3 (patch)
treeaca59f44a13aaa3544783005bbd3901c0262e720
parent4a11d2601ebf9fb68509af6661c14108fec32028 (diff)
downloadshow-readiness-503d4924964b2b28a34106f7b9b5385ace532ee3.tar.gz
show-readiness-503d4924964b2b28a34106f7b9b5385ace532ee3.zip
Update for latest k8s spec
-rw-r--r--kubernetes/deployment.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/deployment.yaml b/kubernetes/deployment.yaml
index 7cb9ce0..d87335b 100644
--- a/kubernetes/deployment.yaml
+++ b/kubernetes/deployment.yaml
@@ -3,7 +3,11 @@ kind: Deployment
metadata:
name: showreadiness
spec:
+ revisionHistoryLimit: 5
replicas: 3
+ selector:
+ matchLabels:
+ app: showreadiness
template:
metadata:
labels: