Add hwl (simple logging test program)

This commit is contained in:
Stephen McQuay 2018-02-23 10:07:12 -08:00
parent 2abd07c178
commit 4a365b1f38
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 19 additions and 0 deletions

19
hwl/deploy.yaml Normal file
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