From e75d6883027c626bbef3df09d559138f85bd83c3 Mon Sep 17 00:00:00 2001 From: memeToasty Date: Thu, 21 Mar 2024 09:46:14 +0100 Subject: [PATCH] modify k8s-deployment --- Makefile | 5 +++- hacks/kind-up.sh | 2 +- hacks/values_local.yaml | 25 +++++++++++++------ helm/kioku/templates/carddeck.yaml | 10 +++++--- .../templates/cassandra_secret.example.yaml | 1 - helm/kioku/templates/collaboration.yaml | 10 +++++--- helm/kioku/templates/frontend.yaml | 8 +++--- helm/kioku/templates/frontend_proxy.yaml | 10 +++++--- helm/kioku/templates/ingress.yaml | 11 ++++---- helm/kioku/templates/jaeger.yaml | 15 +---------- helm/kioku/templates/notification.yaml | 8 +++--- helm/kioku/templates/prometheus.yaml | 5 +--- helm/kioku/templates/srs.yaml | 10 +++++--- helm/kioku/templates/user.yaml | 10 +++++--- helm/kioku/values.yaml | 25 +++++++++++++------ 15 files changed, 88 insertions(+), 67 deletions(-) diff --git a/Makefile b/Makefile index 9ad53ed4..c9c8b905 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ kind-up: ./hacks/kind-up.sh +kind-down: + kind delete cluster --name kioku + deploy: ./hacks/deploy.sh kind-deploy: docker compose -f ./docker-compose.build.yml build - kind load docker-image kioku-frontend:latest kioku-carddeck_service:latest kioku-frontend_proxy:latest kioku-srs_service:latest kioku-user_service:latest kioku-collaboration_service:latest kioku-notification_service:latest + kind load --name kioku docker-image kioku-frontend:latest kioku-carddeck_service:latest kioku-frontend_proxy:latest kioku-srs_service:latest kioku-user_service:latest kioku-collaboration_service:latest kioku-notification_service:latest ./hacks/deploy.sh ./hacks/values_local.yaml \ No newline at end of file diff --git a/hacks/kind-up.sh b/hacks/kind-up.sh index d02da5ec..19ab54eb 100755 --- a/hacks/kind-up.sh +++ b/hacks/kind-up.sh @@ -1,4 +1,4 @@ -cat <