Update README.md

pull/9255/head
Koren Peretz 2025-10-24 10:27:58 +03:00
parent 4699c82b06
commit 54602eadf9
1 changed files with 3 additions and 2 deletions

View File

@ -34,8 +34,9 @@ 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"` |