hw.k8s/hwc/deploy.yaml

27 lines
514 B
YAML
Raw Normal View History

2018-02-01 13:31:52 -08:00
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: hwc
labels:
app: hwc
spec:
replicas: 1
selector:
matchLabels:
app: hwc
template:
metadata:
labels:
app: hwc
spec:
2018-03-19 14:37:38 -07:00
terminationGracePeriodSeconds: 3
2018-02-01 13:31:52 -08:00
containers:
- image: smcquay/hwc:v0.1.2
2018-02-01 13:31:52 -08:00
name: hwc
ports:
- containerPort: 8081
command: ["/bin/hwc"]
args: ["hw.default.svc.cluster.local"]
2018-03-23 09:44:43 -07:00
- image: smcquay/alpine:v1.0.0
2018-03-02 11:50:27 -08:00
name: debug