Add hwl (simple logging test program)

This commit is contained in:
sm
2018-02-23 10:07:12 -08:00
parent 2abd07c178
commit 4a365b1f38
+19
View File
@@ -0,0 +1,19 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: hwl
labels:
app: hwl
spec:
replicas: 1
selector:
matchLabels:
app: hwl
template:
metadata:
labels:
app: hwl
spec:
containers:
- name: hwl
image: smcquay/hwl:v0.0.1