Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix: remove vestigial geoapi-postgres from kube workflow #139

Merged
merged 1 commit into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading