Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion charts/self-hosted/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
5 changes: 0 additions & 5 deletions charts/self-hosted/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fullname>-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)
Expand Down
Loading