From 3438e1dcf92db742e5edea61aeac3b931cb56ced Mon Sep 17 00:00:00 2001
From: Leah Tacke genannt Unterberg <leah.tgu@pads.rwth-aachen.de>
Date: Thu, 7 Nov 2024 09:31:16 +0100
Subject: [PATCH] untracked scripts

---
 .gitignore        | 1 +
 apply-all-c4c.bat | 1 -
 apply-all.bat     | 1 -
 restart-c4c.bat   | 2 --
 restart.bat       | 2 --
 5 files changed, 1 insertion(+), 6 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 apply-all-c4c.bat
 delete mode 100644 apply-all.bat
 delete mode 100644 restart-c4c.bat
 delete mode 100644 restart.bat

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f835063
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.bat
\ No newline at end of file
diff --git a/apply-all-c4c.bat b/apply-all-c4c.bat
deleted file mode 100644
index b669222..0000000
--- a/apply-all-c4c.bat
+++ /dev/null
@@ -1 +0,0 @@
-kubectl -n mdata --context=c4c apply -f .\backend-deployment.yaml -f .\frontend-deployment.yaml -f .\config-maps.yaml -f .\services.yaml
\ No newline at end of file
diff --git a/apply-all.bat b/apply-all.bat
deleted file mode 100644
index 7b24024..0000000
--- a/apply-all.bat
+++ /dev/null
@@ -1 +0,0 @@
-kubectl -n mdata apply -f .\backend-deployment.yaml -f .\frontend-deployment.yaml -f .\config-maps.yaml -f .\services.yaml
\ No newline at end of file
diff --git a/restart-c4c.bat b/restart-c4c.bat
deleted file mode 100644
index 8211b60..0000000
--- a/restart-c4c.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-kubectl -n mdata --context=c4c rollout restart deployment maed-exporter-backend
-kubectl -n mdata --context=c4c rollout restart deployment maed-exporter-frontend
\ No newline at end of file
diff --git a/restart.bat b/restart.bat
deleted file mode 100644
index 741d24c..0000000
--- a/restart.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-kubectl -n mdata rollout restart deployment maed-exporter-backend
-kubectl -n mdata rollout restart deployment maed-exporter-frontend
\ No newline at end of file
-- 
GitLab