From db3dfebd58381cf2e397cb1a176418a8d74b39ec Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Fri, 2 Mar 2018 11:50:27 -0800 Subject: [PATCH] Add debug sidecar --- hw/deploy.yaml | 2 ++ hwc/deploy.yaml | 2 ++ hwl/deploy.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/hw/deploy.yaml b/hw/deploy.yaml index bdeb385..7646a39 100644 --- a/hw/deploy.yaml +++ b/hw/deploy.yaml @@ -30,3 +30,5 @@ spec: path: /ready port: 8080 periodSeconds: 5 + - image: smcquay/alpine:v0.0.2 + name: debug diff --git a/hwc/deploy.yaml b/hwc/deploy.yaml index ea51992..67c83af 100644 --- a/hwc/deploy.yaml +++ b/hwc/deploy.yaml @@ -21,3 +21,5 @@ spec: - containerPort: 8081 command: ["/bin/hwc"] args: ["hw.default.svc.cluster.local"] + - image: smcquay/alpine:v0.0.2 + name: debug diff --git a/hwl/deploy.yaml b/hwl/deploy.yaml index d86b565..e73fe88 100644 --- a/hwl/deploy.yaml +++ b/hwl/deploy.yaml @@ -17,3 +17,5 @@ spec: containers: - name: hwl image: smcquay/hwl:v0.0.1 + - image: smcquay/alpine:v0.0.2 + name: debug