mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[stable/wildfly] Add service.port to values.yaml
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
@@ -55,7 +55,13 @@ The following tables lists the configurable parameters of the WildFly chart and
|
||||
| `image.pullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
|
||||
| `wildflyUsername` | WildFly admin user | `user` |
|
||||
| `wildflyPassword` | WildFly admin password | _random 10 character alphanumeric string_ |
|
||||
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
|
||||
| `service.type` | Kubernetes Service type | `LoadBalancer` |
|
||||
| `service.port` | Service HTTP port | `80` |
|
||||
| `service.mgmtPort` | Service Management port | `9990` |
|
||||
| `service.nodePorts.http` | Kubernetes http node port | `""` |
|
||||
| `service.nodePorts.mgmt` | Kubernetes management node port | `""` |
|
||||
| `service.externalTrafficPolicy` | Enable client source IP preservation | `Cluster` |
|
||||
| `service.loadBalancerIP` | LoadBalancer service IP address | `""` |
|
||||
| `persistence.enabled` | Enable persistence using PVC | `true` |
|
||||
| `persistence.storageClass` | PVC Storage Class for WildFly volume | `nil` (uses alpha storage class annotation) |
|
||||
| `persistence.accessMode` | PVC Access Mode for WildFly volume | `ReadWriteOnce` |
|
||||
|
||||
Reference in New Issue
Block a user