Skip to content

Commit

Permalink
Merge pull request #128 from bacongobbler/remove-manifests
Browse files Browse the repository at this point in the history
chore(manifests): remove manifests
  • Loading branch information
Matthew Fisher authored Dec 8, 2016
2 parents 0c9d685 + b6d19d5 commit bfbf055
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 133 deletions.
25 changes: 0 additions & 25 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ build-binary:
build: docker-build
build-without-container: build-binary build-image
push: docker-push
upgrade: kube-update
install: kube-install
uninstall: kube-delete

# Containerized build of the binary
build-with-container: check-docker
Expand All @@ -74,9 +71,6 @@ build-image:
clean: check-docker
docker rmi $(IMAGE)

update-manifests:
sed 's#\(image:\) .*#\1 $(IMAGE)#' manifests/deis-logger-deployment.yaml > manifests/deis-logger-deployment.tmp.yaml

test: test-style test-unit

test-cover: start-test-redis start-test-nsq
Expand Down Expand Up @@ -135,22 +129,3 @@ test-unit: start-test-redis start-test-nsq
$(GOTEST) -tags="testredis" $$(glide nv)'
make stop-test-redis
make stop-test-nsq

kube-install:
kubectl create -f manifests/deis-logger-svc.yaml
kubectl create -f manifests/deis-logger-deployment.yaml

kube-delete:
-kubectl delete -f manifests/deis-logger-svc.yaml
-kubectl delete -f manifests/deis-logger-deployment.tmp.yaml

kube-create: update-manifests
kubectl create -f manifests/deis-logger-svc.yaml
kubectl create -f manifests/deis-logger-deployment.tmp.yaml

kube-replace: build push update-manifests
kubectl replace --force -f manifests/deis-logger-deployment.tmp.yaml

kube-update: update-manifests
kubectl delete -f manifests/deis-logger-deployment.tmp.yaml
kubectl create -f manifests/deis-logger-deployment.tmp.yaml
52 changes: 0 additions & 52 deletions manifests/deis-logger-deployment.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions manifests/deis-logger-rc.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions manifests/deis-logger-svc.yaml

This file was deleted.

0 comments on commit bfbf055

Please sign in to comment.