hw.k8s/hwl/deploy.yaml

23 lines
390 B
YAML
Raw Normal View History

2018-02-23 10:07:12 -08:00
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: hwl
labels:
app: hwl
spec:
replicas: 1
selector:
matchLabels:
app: hwl
template:
metadata:
labels:
app: hwl
spec:
2018-03-19 14:37:38 -07:00
terminationGracePeriodSeconds: 3
2018-02-23 10:07:12 -08:00
containers:
- name: hwl
image: smcquay/hwl:v0.1.2
2018-03-23 09:44:43 -07:00
- image: smcquay/alpine:v0.0.5
2018-03-02 11:50:27 -08:00
name: debug