From eb6196e0c587785c1172d1668cfddd729baa5593 Mon Sep 17 00:00:00 2001 From: MegaShinySnivy Date: Sun, 26 Mar 2023 20:10:13 -0500 Subject: [PATCH] Adding a health check and removing mentions of invidious --- docs/kubernetes/persistence/nfs-subdirectory-provider.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/kubernetes/persistence/nfs-subdirectory-provider.md b/docs/kubernetes/persistence/nfs-subdirectory-provider.md index 860aaa3..2776fc9 100644 --- a/docs/kubernetes/persistence/nfs-subdirectory-provider.md +++ b/docs/kubernetes/persistence/nfs-subdirectory-provider.md @@ -24,7 +24,7 @@ This storage provider allows you to use an NFS server like a native K8s storage ## Preparation -!!! warning +!!! warning "SQLite hates NFS" This recpie assumes you have an NFS server ready to go with a username and a password. Setting this up is outside the current scope of this recipe. This provider is also not to be used for persisting SQLite databases, as storing them on NFS will cause the database to corrupt. @@ -76,10 +76,12 @@ spec: kind: GitRepository name: flux-system validation: server + healthChecks: + - apiVersion: apps/v1 + kind: Deployment + name: nfs-subdir-external-provisioner ``` -!!! warning -Needs some sort of health check! ### ConfigMap