Fixed indentation issue in the extraEnvVars field, preserved the serverDefinitions template, corrected a typo in README.md, and increased resource allocations in the Helm chart.

This commit is contained in:
Koren Peretz
2025-10-31 12:40:47 +05:30
committed by GitHub
parent 986ba41ba9
commit d9b3f950ad
5 changed files with 35 additions and 11 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ The chart should dump its version and appVersion in the Chart.yaml file every re
| `preferences.enabled` | Whether to mount preferences.json | `false` |
| `preferences.data` | Preferences to load | `{}` |
| `resources.*` | Allocated requests and limits resources | `{"requests": {...}, "limits": {...}}` |
| `persistence.enabled` | PVC resource creation | `false` |
| `persistence.enabled` | PVC resource creation | `true` |
| `service.type` | Service type | `"ClusterIP"` |
| `service.loadBalancerIP` | Load balancer IP (Only if service.type is LoadBalancer) | `""` |
| `ingress.enabled` | Ingress resource creation | `false` |
| `ingress.hostname` | Ingress resource hostname | `"pgadmin4.local"` |
| `ingress.hostname` | Ingress resource hostname | `"pgadmin4.local"` |