aboutsummaryrefslogtreecommitdiff
path: root/kube/alrest/core
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-02-14 12:01:28 -0500
committerXe Iaso <me@xeiaso.net>2025-02-14 12:02:02 -0500
commit17c44496aaa77e8d0a499db8c044cb42ab00086b (patch)
treee48d6c7148d3fdc52ffad8fa8c764c71df2462c5 /kube/alrest/core
parent8477f1a494ef669f83f75aa9514522285565cd36 (diff)
downloadx-17c44496aaa77e8d0a499db8c044cb42ab00086b.tar.xz
x-17c44496aaa77e8d0a499db8c044cb42ab00086b.zip
kube: fixes
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'kube/alrest/core')
-rw-r--r--kube/alrest/core/kustomization.yaml3
-rw-r--r--kube/alrest/core/local-storage.yaml6
2 files changed, 8 insertions, 1 deletions
diff --git a/kube/alrest/core/kustomization.yaml b/kube/alrest/core/kustomization.yaml
index 94db53f..e55fd17 100644
--- a/kube/alrest/core/kustomization.yaml
+++ b/kube/alrest/core/kustomization.yaml
@@ -1,4 +1,5 @@
resources:
- external-dns
- nfs-provisioner
- - cert-manager-1pass.yaml \ No newline at end of file
+ - cert-manager-1pass.yaml
+ - local-storage.yaml \ No newline at end of file
diff --git a/kube/alrest/core/local-storage.yaml b/kube/alrest/core/local-storage.yaml
new file mode 100644
index 0000000..292c36b
--- /dev/null
+++ b/kube/alrest/core/local-storage.yaml
@@ -0,0 +1,6 @@
+kind: StorageClass
+apiVersion: storage.k8s.io/v1
+metadata:
+ name: local-storage
+provisioner: kubernetes.io/no-provisioner
+volumeBindingMode: WaitForFirstConsumer \ No newline at end of file