From 4a365b1f38fd92d21326612a54cd7a203cc53286 Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Fri, 23 Feb 2018 10:07:12 -0800 Subject: [PATCH] Add hwl (simple logging test program) --- hwl/deploy.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hwl/deploy.yaml diff --git a/hwl/deploy.yaml b/hwl/deploy.yaml new file mode 100644 index 0000000..d86b565 --- /dev/null +++ b/hwl/deploy.yaml @@ -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