You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `cas.service.type` | Service type | `ClusterIP` |
481
+
| `cas.service.port` | Service port | `80` |
482
+
| `cas.service.targetPort` | Service target Port | `http` |
483
+
| `cas.service.nodePorts.http` | Node port for HTTP. NOTE: choose port between <30000-32767> | |
480
484
| `cas.serviceAPI.type` | Service type | `ClusterIP` |
481
485
| `cas.serviceAPI.port` | Service port | `80` |
482
486
| `cas.serviceAPI.targetPort` | Service target Port | `grpc` |
483
487
| `cas.serviceAPI.annotations` | Service annotations | |
484
488
| `cas.serviceAPI.nodePorts.http` | Node port for HTTP. NOTE: choose port between <30000-32767> | |
489
+
| `cas.ingress.enabled` | Enable ingress record generation for %%MAIN_CONTAINER_NAME%% | `false` |
490
+
| `cas.ingress.pathType` | Ingress path type | `ImplementationSpecific` |
491
+
| `cas.ingress.hostname` | Default host for the ingress record | `cas.dev.local` |
492
+
| `cas.ingress.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `""` |
493
+
| `cas.ingress.path` | Default path for the ingress record | `/` |
494
+
| `cas.ingress.annotations` | Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. | `{}` |
495
+
| `cas.ingress.tls` | Enable TLS configuration for the host defined at `controlplane.ingress.hostname` parameter | `false` |
496
+
| `cas.ingress.selfSigned` | Create a TLS secret for this ingress record using self-signed certificates generated by Helm | `false` |
497
+
| `cas.ingress.extraHosts` | An array with additional hostname(s) to be covered with the ingress record | `[]` |
498
+
| `cas.ingress.extraPaths` | An array with additional arbitrary paths that may need to be added to the ingress under the main host | `[]` |
499
+
| `cas.ingress.extraTls` | TLS configuration for additional hostname(s) to be covered with this ingress record | `[]` |
| `cas.ingress.extraRules` | Additional rules to be covered with this ingress record | `[]` |
485
502
| `cas.ingressAPI.enabled` | Enable ingress record generation for %%MAIN_CONTAINER_NAME%% | `false` |
486
503
| `cas.ingressAPI.pathType` | Ingress path type | `ImplementationSpecific` |
487
-
| `cas.ingressAPI.hostname` | Default host for the ingress record | `api.cp.dev.local` |
504
+
| `cas.ingressAPI.hostname` | Default host for the ingress record | `api.cas.dev.local` |
488
505
| `cas.ingressAPI.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `""` |
489
506
| `cas.ingressAPI.path` | Default path for the ingress record | `/` |
490
507
| `cas.ingressAPI.annotations` | Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. | |
## @param cas.ingress.path Default path for the ingress record
503
+
## NOTE: You may need to set this to '/*' in order to use this with ALB ingress controllers
504
+
##
505
+
path: /
506
+
## @param cas.ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
507
+
## Use this parameter to set the required annotations for cert-manager, see
0 commit comments