Skip to content

Commit 1d49e63

Browse files
author
Jonathan Chauncey
committed
fix(manifests): Renamed proxy pod to include influxdb
1 parent 148353c commit 1d49e63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

influxdb/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ docker-push:
1919

2020
kube-delete: update-manifests
2121
-kubectl delete -f manifests/deis-monitor-influxdb-svc.yaml
22-
-kubectl delete -f manifests/deis-monitor-proxy-pod.yaml
22+
-kubectl delete -f manifests/deis-monitor-influxdb-proxy-pod.yaml
2323
-kubectl delete -f manifests/deis-monitor-influxdb-rc.tmp.yaml
2424

2525
kube-create: update-manifests
2626
kubectl create -f manifests/deis-monitor-influxdb-svc.yaml
2727
kubectl create -f manifests/deis-monitor-influxdb-rc.tmp.yaml
28-
kubectl create -f manifests/deis-monitor-proxy-pod.yaml
28+
kubectl create -f manifests/deis-monitor-influxdb-proxy-pod.yaml
2929

3030
kube-update: update-manifests
3131
kubectl delete -f manifests/deis-monitor-influxdb-rc.tmp.yaml
File renamed without changes.

0 commit comments

Comments
 (0)