diff --git a/charts/self-hosted/values.schema.json b/charts/self-hosted/values.schema.json index c334bb1..396f896 100644 --- a/charts/self-hosted/values.schema.json +++ b/charts/self-hosted/values.schema.json @@ -135,7 +135,6 @@ "securityContext": { "$ref": "#/definitions/securityContext" }, "replicas": { "type": "integer", "minimum": 0 }, "image": { "$ref": "#/definitions/image" }, - "persistence": { "$ref": "#/definitions/persistence" }, "customLabels": { "type": "object" }, "customAnnotations": { "type": "object" }, "customPodLabels": { "type": "object" }, diff --git a/charts/self-hosted/values.yaml b/charts/self-hosted/values.yaml index 70b3a81..efb1577 100644 --- a/charts/self-hosted/values.yaml +++ b/charts/self-hosted/values.yaml @@ -146,11 +146,6 @@ service: customTolerations: [] customNodeSelector: {} resources: {} - persistence: # Persistent Storage Configuration - # Kubernetes StorageClass to use for dynamic provisioning. - storageClass: "" - # Volume size for the database data. - storageSize: "10Gi" # Dedicated headless Service for metrics scraping (does not affect business traffic on the main Service) # true = create a -monitor headless Service so Prometheus dns_sd can discover all Pod IPs # false = do not create it (discover Pods yourself via kubernetes_sd_configs or other means)