diff --git a/docs/source/distributions/k8s/apply.sh b/docs/source/distributions/k8s/apply.sh index 061d9d0da..308ca6ee9 100755 --- a/docs/source/distributions/k8s/apply.sh +++ b/docs/source/distributions/k8s/apply.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. diff --git a/docs/source/distributions/k8s/chroma-k8s.yaml.template b/docs/source/distributions/k8s/chroma-k8s.yaml.template index dd7f9a8c1..a2a5e3be3 100644 --- a/docs/source/distributions/k8s/chroma-k8s.yaml.template +++ b/docs/source/distributions/k8s/chroma-k8s.yaml.template @@ -5,7 +5,6 @@ metadata: spec: accessModes: - ReadWriteOnce - storageClassName: gp2 resources: requests: storage: 20Gi diff --git a/docs/source/distributions/k8s/postgres-k8s.yaml.template b/docs/source/distributions/k8s/postgres-k8s.yaml.template index d00af8e21..86a765652 100644 --- a/docs/source/distributions/k8s/postgres-k8s.yaml.template +++ b/docs/source/distributions/k8s/postgres-k8s.yaml.template @@ -5,7 +5,6 @@ metadata: spec: accessModes: - ReadWriteOnce - storageClassName: gp2 resources: requests: storage: 10Gi diff --git a/docs/source/distributions/k8s/stack-k8s.yaml.template b/docs/source/distributions/k8s/stack-k8s.yaml.template index a076a7a1d..1e51e611b 100644 --- a/docs/source/distributions/k8s/stack-k8s.yaml.template +++ b/docs/source/distributions/k8s/stack-k8s.yaml.template @@ -5,7 +5,6 @@ metadata: spec: accessModes: - ReadWriteOnce - storageClassName: gp2 resources: requests: storage: 1Gi diff --git a/docs/source/distributions/k8s/vllm-k8s.yaml.template b/docs/source/distributions/k8s/vllm-k8s.yaml.template index c568d55d2..6256cc7e1 100644 --- a/docs/source/distributions/k8s/vllm-k8s.yaml.template +++ b/docs/source/distributions/k8s/vllm-k8s.yaml.template @@ -6,7 +6,6 @@ spec: accessModes: - ReadWriteOnce volumeMode: Filesystem - storageClassName: gp2 resources: requests: storage: 50Gi