Skip to content

Commit

Permalink
Remove vestigial geoapi-postgres from kube workflow (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin authored Sep 1, 2023
1 parent 53c62f2 commit 6445aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions kube/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ create: checkforcontext checkfortag
.PHONY: delete
delete: checkforcontext
@echo "Deleting geoapi deployment/services/migration-job in '$(KUBE_CONTEXT)' context"
kubectl delete --context $(KUBE_CONTEXT) --ignore-not-found=true deployment geoapi geoapi-workers geoapi-celerybeat geoapi-nginx geoapi-postgres geoapi-rabbitmq
kubectl delete --context $(KUBE_CONTEXT) --ignore-not-found=true service geoapi geoapi-nginx geoapi-postgres geoapi-rabbitmq
kubectl delete --context $(KUBE_CONTEXT) --ignore-not-found=true deployment geoapi geoapi-workers geoapi-celerybeat geoapi-nginx geoapi-rabbitmq
kubectl delete --context $(KUBE_CONTEXT) --ignore-not-found=true service geoapi geoapi-nginx geoapi-rabbitmq
kubectl delete --context $(KUBE_CONTEXT) --ignore-not-found=true job/geoapi-migrations

.PHONY: delete-staging
Expand Down
16 changes: 0 additions & 16 deletions kube/geoapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,6 @@ spec:
---
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.16.0 (0c01309)
labels:
app: geoapi-postgres
name: geoapi-postgres
spec:
ports:
- port: 5432
targetPort: 5432
selector:
app: geoapi-postgres
---
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
Expand Down

0 comments on commit 6445aed

Please sign in to comment.