Skip to content

Commit 7c5eb55

Browse files
authored
k8s cleanup (#135)
* remove rabbitmq * remove fission * remove seemingly unused apps
1 parent acbeb01 commit 7c5eb55

4 files changed

Lines changed: 0 additions & 170 deletions

File tree

apps/fission.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

apps/rabbitmq.py

Lines changed: 0 additions & 63 deletions
This file was deleted.

apps/versions.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ helm = "https://charts.bitnami.com/bitnami"
3636
version = "1.43.1"
3737
helm = "https://coredns.github.io/helm"
3838

39-
[fission]
40-
version = "1.21.0"
41-
helm = "https://fission.github.io/fission-charts/"
42-
chart = "fission-all"
43-
4439
[keda]
4540
version = "2.17.2"
4641
helm = "https://kedacore.github.io/charts"
@@ -70,11 +65,6 @@ version = "85.1.2"
7065
helm = "https://prometheus-community.github.io/helm-charts"
7166
chart = "kube-prometheus-stack"
7267

73-
[rabbitmq]
74-
version = "4.4.29"
75-
helm = "https://charts.bitnami.com/bitnami"
76-
chart = "rabbitmq-cluster-operator"
77-
7868
[rook]
7969
version = "1.17.7"
8070
helm = "https://charts.rook.io/release"

cluster.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ cert-manager = { path = "apps/cert_manager.py" }
2121
cilium = { path = "apps/cilium.py" }
2222
coredns = { path = "apps/coredns.py" }
2323
contour = { path = "apps/contour.py" }
24-
fission = { path = "apps/fission.py" }
25-
gvisor = { path = "apps/gvisor.py" }
2624
keda = { path = "apps/keda.py" }
2725
keycloak = { path = "apps/keycloak.py" }
2826
kubevirt = { path = "apps/kubevirt.py" }
@@ -31,7 +29,6 @@ metrics-server = { path = "apps/metrics_server.py" }
3129
prometheus = { path = "apps/prometheus.py" }
3230
postgres-operator = { path = "apps/postgres_operator.py" }
3331
ocf-io = { path = "apps/ocf_io.py" }
34-
rabbitmq = { path = "apps/rabbitmq.py" }
3532
rook = { path = "apps/rook.py" }
3633
snapshot-controller = { path = "apps/snapshot_controller.py" }
3734
teleport = { path = "apps/teleport.py" }
@@ -41,10 +38,8 @@ velero = { path = "apps/velero.py" }
4138

4239
create = { git = "https://github.com/ocf/create" }
4340
ergo = { git = "https://github.com/ocf/irc" }
44-
etc = { git = "https://github.com/ocf/etc" }
4541
grafana = { git = "https://github.com/ocf/grafana" }
4642
id6 = { git = "https://github.com/ocf/id6" }
47-
jukebox = { git = "https://github.com/ocf/jukebox" }
4843
labmap2 = { git = "https://github.com/ocf/labmap2" }
4944
minecraft-server = { git = "https://github.com/ocf/minecraft-server" }
5045
notes = { git = "https://github.com/ocf/notes" }
@@ -53,6 +48,4 @@ outline = { git = "https://github.com/ocf/outline" }
5348
printlist = { git = "https://github.com/ocf/printlist" }
5449
rt = { git = "https://github.com/ocf/rt" }
5550
templates = { git = "https://github.com/ocf/templates" }
56-
transpire = { git = "https://github.com/ocf/transpire" }
5751
ocfdocs = { git = "https://github.com/ocf/ocfdocs" }
58-
github-runner = { git = "https://github.com/ocf/github-runner" }

0 commit comments

Comments
 (0)