aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-10-06 09:36:43 -0400
committerXe Iaso <me@xeiaso.net>2024-10-06 09:36:43 -0400
commitd5e1d0730e885633c81884da6590950d9a3388b5 (patch)
treeb051fe3b4a6f39d0c2b23aedb11b26890af43bf1
parent57c4d9757ae09700e6bd65de6e55f5cd17e6e6e2 (diff)
downloadx-d5e1d0730e885633c81884da6590950d9a3388b5.tar.xz
x-d5e1d0730e885633c81884da6590950d9a3388b5.zip
move k8s manifests to the kubernetes folder
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--cmd/future-sight/manifest/kustomization.yaml8
-rw-r--r--kube/alrest/core/external-dns/deployment-crd.yaml2
-rw-r--r--kube/alrest/x/future-sight/1password.yaml (renamed from cmd/future-sight/manifest/prod/1password.yaml)0
-rw-r--r--kube/alrest/x/future-sight/deployment.yaml (renamed from cmd/future-sight/manifest/prod/deployment.yaml)0
-rw-r--r--kube/alrest/x/future-sight/ingress.yaml (renamed from cmd/future-sight/manifest/prod/ingress.yaml)0
-rw-r--r--kube/alrest/x/future-sight/kustomization.yaml (renamed from cmd/future-sight/manifest/prod/kustomization.yaml)0
-rw-r--r--kube/alrest/x/future-sight/namespace.yaml (renamed from cmd/future-sight/manifest/prod/namespace.yaml)0
-rw-r--r--kube/alrest/x/future-sight/nats.yaml (renamed from cmd/future-sight/manifest/prod/nats.yaml)0
-rw-r--r--kube/alrest/x/future-sight/service.yaml (renamed from cmd/future-sight/manifest/prod/service.yaml)0
-rw-r--r--kube/alrest/x/future-sight/valkey.yaml (renamed from cmd/future-sight/manifest/prod/valkey.yaml)0
-rw-r--r--kube/alrest/x/kustomization.yaml3
-rw-r--r--kube/alrest/x/mi/1password.yaml (renamed from cmd/mi/manifest/1password.yaml)0
-rw-r--r--kube/alrest/x/mi/deployment.yaml (renamed from cmd/mi/manifest/deployment.yaml)0
-rw-r--r--kube/alrest/x/mi/kustomization.yaml (renamed from cmd/mi/manifest/kustomization.yaml)0
-rw-r--r--kube/alrest/x/mi/namespace.yaml (renamed from cmd/mi/manifest/namespace.yaml)0
-rw-r--r--kube/alrest/x/mi/public-api-ingress.yaml (renamed from cmd/mi/manifest/public-api-ingress.yaml)0
-rw-r--r--kube/alrest/x/mi/public-front-ingress.yaml (renamed from cmd/mi/manifest/public-front-ingress.yaml)0
-rw-r--r--kube/alrest/x/mi/pvc.yaml (renamed from cmd/mi/manifest/pvc.yaml)0
-rw-r--r--kube/alrest/x/mi/service.yaml (renamed from cmd/mi/manifest/service.yaml)0
-rw-r--r--kube/alrest/x/mimi/bot/deployment.yaml (renamed from cmd/mimi/manifest/deployment.yaml)0
-rw-r--r--kube/alrest/x/mimi/bot/inference-proxy.yaml (renamed from cmd/mimi/manifest/inference-proxy.yaml)0
-rw-r--r--kube/alrest/x/mimi/bot/ingress.yaml (renamed from cmd/mimi/manifest/ingress.yaml)0
-rw-r--r--kube/alrest/x/mimi/bot/irc-1password.yaml (renamed from cmd/mimi/manifest/irc-1password.yaml)0
-rw-r--r--kube/alrest/x/mimi/bot/kustomization.yaml (renamed from cmd/mimi/manifest/kustomization.yaml)1
-rw-r--r--kube/alrest/x/mimi/bot/mimi-1password.yaml (renamed from cmd/mimi/manifest/mimi-1password.yaml)0
-rw-r--r--kube/alrest/x/mimi/bot/pvc.yaml (renamed from cmd/mimi/manifest/pvc.yaml)0
-rw-r--r--kube/alrest/x/mimi/bot/service.yaml (renamed from cmd/mimi/manifest/service.yaml)0
-rw-r--r--kube/alrest/x/mimi/kustomization.yaml2
-rw-r--r--kube/alrest/x/mimi/namespace.yaml (renamed from cmd/mimi/manifest/namespace.yaml)0
29 files changed, 5 insertions, 11 deletions
diff --git a/cmd/future-sight/manifest/kustomization.yaml b/cmd/future-sight/manifest/kustomization.yaml
deleted file mode 100644
index 5d7ee96..0000000
--- a/cmd/future-sight/manifest/kustomization.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-resources:
- - ./prod/namespace.yaml
- - ./prod/nats.yaml
- - ./prod/valkey.yaml
- - ./dev/minio.yaml
-namespace: future-sight
-commonLabels:
- app.kubernetes.io/name: future-sight
diff --git a/kube/alrest/core/external-dns/deployment-crd.yaml b/kube/alrest/core/external-dns/deployment-crd.yaml
index af79b44..4a5d2a7 100644
--- a/kube/alrest/core/external-dns/deployment-crd.yaml
+++ b/kube/alrest/core/external-dns/deployment-crd.yaml
@@ -25,7 +25,7 @@ spec:
- --provider=aws
- --registry=dynamodb
- --dynamodb-region=ca-central-1
- - --dynamodb-table="external-dns-crd"
+ - --dynamodb-table=external-dns-crd
env:
- name: AWS_REGION
value: us-east-1
diff --git a/cmd/future-sight/manifest/prod/1password.yaml b/kube/alrest/x/future-sight/1password.yaml
index 393ecfa..393ecfa 100644
--- a/cmd/future-sight/manifest/prod/1password.yaml
+++ b/kube/alrest/x/future-sight/1password.yaml
diff --git a/cmd/future-sight/manifest/prod/deployment.yaml b/kube/alrest/x/future-sight/deployment.yaml
index 7e556b4..7e556b4 100644
--- a/cmd/future-sight/manifest/prod/deployment.yaml
+++ b/kube/alrest/x/future-sight/deployment.yaml
diff --git a/cmd/future-sight/manifest/prod/ingress.yaml b/kube/alrest/x/future-sight/ingress.yaml
index 5b31f35..5b31f35 100644
--- a/cmd/future-sight/manifest/prod/ingress.yaml
+++ b/kube/alrest/x/future-sight/ingress.yaml
diff --git a/cmd/future-sight/manifest/prod/kustomization.yaml b/kube/alrest/x/future-sight/kustomization.yaml
index dc331e9..dc331e9 100644
--- a/cmd/future-sight/manifest/prod/kustomization.yaml
+++ b/kube/alrest/x/future-sight/kustomization.yaml
diff --git a/cmd/future-sight/manifest/prod/namespace.yaml b/kube/alrest/x/future-sight/namespace.yaml
index 240ee6b..240ee6b 100644
--- a/cmd/future-sight/manifest/prod/namespace.yaml
+++ b/kube/alrest/x/future-sight/namespace.yaml
diff --git a/cmd/future-sight/manifest/prod/nats.yaml b/kube/alrest/x/future-sight/nats.yaml
index 93c3b4b..93c3b4b 100644
--- a/cmd/future-sight/manifest/prod/nats.yaml
+++ b/kube/alrest/x/future-sight/nats.yaml
diff --git a/cmd/future-sight/manifest/prod/service.yaml b/kube/alrest/x/future-sight/service.yaml
index 8d5dab5..8d5dab5 100644
--- a/cmd/future-sight/manifest/prod/service.yaml
+++ b/kube/alrest/x/future-sight/service.yaml
diff --git a/cmd/future-sight/manifest/prod/valkey.yaml b/kube/alrest/x/future-sight/valkey.yaml
index fda0872..fda0872 100644
--- a/cmd/future-sight/manifest/prod/valkey.yaml
+++ b/kube/alrest/x/future-sight/valkey.yaml
diff --git a/kube/alrest/x/kustomization.yaml b/kube/alrest/x/kustomization.yaml
index 55ba274..61f10bd 100644
--- a/kube/alrest/x/kustomization.yaml
+++ b/kube/alrest/x/kustomization.yaml
@@ -1,7 +1,8 @@
resources:
+ - future-sight
- hlang
+ - mi
- mimi
- #- johaus
- sapientwindex
- todayinmarch2020
- within.website \ No newline at end of file
diff --git a/cmd/mi/manifest/1password.yaml b/kube/alrest/x/mi/1password.yaml
index 2650935..2650935 100644
--- a/cmd/mi/manifest/1password.yaml
+++ b/kube/alrest/x/mi/1password.yaml
diff --git a/cmd/mi/manifest/deployment.yaml b/kube/alrest/x/mi/deployment.yaml
index 601ff63..601ff63 100644
--- a/cmd/mi/manifest/deployment.yaml
+++ b/kube/alrest/x/mi/deployment.yaml
diff --git a/cmd/mi/manifest/kustomization.yaml b/kube/alrest/x/mi/kustomization.yaml
index 271463a..271463a 100644
--- a/cmd/mi/manifest/kustomization.yaml
+++ b/kube/alrest/x/mi/kustomization.yaml
diff --git a/cmd/mi/manifest/namespace.yaml b/kube/alrest/x/mi/namespace.yaml
index 6d7fb97..6d7fb97 100644
--- a/cmd/mi/manifest/namespace.yaml
+++ b/kube/alrest/x/mi/namespace.yaml
diff --git a/cmd/mi/manifest/public-api-ingress.yaml b/kube/alrest/x/mi/public-api-ingress.yaml
index 2c5b60a..2c5b60a 100644
--- a/cmd/mi/manifest/public-api-ingress.yaml
+++ b/kube/alrest/x/mi/public-api-ingress.yaml
diff --git a/cmd/mi/manifest/public-front-ingress.yaml b/kube/alrest/x/mi/public-front-ingress.yaml
index 28b7fb3..28b7fb3 100644
--- a/cmd/mi/manifest/public-front-ingress.yaml
+++ b/kube/alrest/x/mi/public-front-ingress.yaml
diff --git a/cmd/mi/manifest/pvc.yaml b/kube/alrest/x/mi/pvc.yaml
index a12c8c4..a12c8c4 100644
--- a/cmd/mi/manifest/pvc.yaml
+++ b/kube/alrest/x/mi/pvc.yaml
diff --git a/cmd/mi/manifest/service.yaml b/kube/alrest/x/mi/service.yaml
index 42aecb2..42aecb2 100644
--- a/cmd/mi/manifest/service.yaml
+++ b/kube/alrest/x/mi/service.yaml
diff --git a/cmd/mimi/manifest/deployment.yaml b/kube/alrest/x/mimi/bot/deployment.yaml
index 28ecd24..28ecd24 100644
--- a/cmd/mimi/manifest/deployment.yaml
+++ b/kube/alrest/x/mimi/bot/deployment.yaml
diff --git a/cmd/mimi/manifest/inference-proxy.yaml b/kube/alrest/x/mimi/bot/inference-proxy.yaml
index 9a82198..9a82198 100644
--- a/cmd/mimi/manifest/inference-proxy.yaml
+++ b/kube/alrest/x/mimi/bot/inference-proxy.yaml
diff --git a/cmd/mimi/manifest/ingress.yaml b/kube/alrest/x/mimi/bot/ingress.yaml
index 72120dc..72120dc 100644
--- a/cmd/mimi/manifest/ingress.yaml
+++ b/kube/alrest/x/mimi/bot/ingress.yaml
diff --git a/cmd/mimi/manifest/irc-1password.yaml b/kube/alrest/x/mimi/bot/irc-1password.yaml
index 26c9fb8..26c9fb8 100644
--- a/cmd/mimi/manifest/irc-1password.yaml
+++ b/kube/alrest/x/mimi/bot/irc-1password.yaml
diff --git a/cmd/mimi/manifest/kustomization.yaml b/kube/alrest/x/mimi/bot/kustomization.yaml
index 0fbb155..f725a79 100644
--- a/cmd/mimi/manifest/kustomization.yaml
+++ b/kube/alrest/x/mimi/bot/kustomization.yaml
@@ -1,5 +1,4 @@
resources:
- - namespace.yaml
- inference-proxy.yaml
- irc-1password.yaml
- mimi-1password.yaml
diff --git a/cmd/mimi/manifest/mimi-1password.yaml b/kube/alrest/x/mimi/bot/mimi-1password.yaml
index e08203a..e08203a 100644
--- a/cmd/mimi/manifest/mimi-1password.yaml
+++ b/kube/alrest/x/mimi/bot/mimi-1password.yaml
diff --git a/cmd/mimi/manifest/pvc.yaml b/kube/alrest/x/mimi/bot/pvc.yaml
index 6542a3d..6542a3d 100644
--- a/cmd/mimi/manifest/pvc.yaml
+++ b/kube/alrest/x/mimi/bot/pvc.yaml
diff --git a/cmd/mimi/manifest/service.yaml b/kube/alrest/x/mimi/bot/service.yaml
index 4c2a8cf..4c2a8cf 100644
--- a/cmd/mimi/manifest/service.yaml
+++ b/kube/alrest/x/mimi/bot/service.yaml
diff --git a/kube/alrest/x/mimi/kustomization.yaml b/kube/alrest/x/mimi/kustomization.yaml
index 03e82d9..4dac5fd 100644
--- a/kube/alrest/x/mimi/kustomization.yaml
+++ b/kube/alrest/x/mimi/kustomization.yaml
@@ -1,4 +1,6 @@
namespace: mimi
resources:
+ - namespace.yaml
+ - ./bot
- ./falin
- ./pgvector \ No newline at end of file
diff --git a/cmd/mimi/manifest/namespace.yaml b/kube/alrest/x/mimi/namespace.yaml
index f6810d8..f6810d8 100644
--- a/cmd/mimi/manifest/namespace.yaml
+++ b/kube/alrest/x/mimi/namespace.yaml