Compare commits

...

2 Commits

Author SHA1 Message Date
Stephen McQuay 133a934b83
example of sending workload to a node (wish-style) 2018-05-16 15:47:00 -07:00
Stephen McQuay 666d515495
Always pull the image 2018-05-16 15:46:49 -07:00
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ spec:
containers: containers:
- name: hw - name: hw
image: smcquay/hw:v0.1.5 image: smcquay/hw:v0.1.5
imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
livenessProbe: livenessProbe:
@ -33,3 +34,5 @@ spec:
periodSeconds: 5 periodSeconds: 5
- image: smcquay/alpine:v1.0.0 - image: smcquay/alpine:v1.0.0
name: debug name: debug
nodeSelector:
kops.k8s.io/instancegroup: hw