[stable/wildfly] Add service.port to values.yaml

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
Javier J. Salmeron Garcia
2018-11-21 12:31:56 +01:00
parent 6ba2a3262b
commit a8e49a0979
5 changed files with 48 additions and 12 deletions

View File

@@ -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` |