Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions automation/rancher-partner-charts/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@ questions:
group: "Ingress"
show_if: "global.distribution=default&&global.casa.enabled=true"
required: true
description: "Enable endpoint /casa. Enable this!"
label: Enable endpoint /casa Enable this!
description: "Enable endpoint /jans-casa. Enable this!"
label: Enable endpoint /jans-casa. Enable this!
#auth-server OB
- variable: global.auth-server.ingress.authServerProtectedToken
default: true
Expand Down
2 changes: 1 addition & 1 deletion charts/example-third-party-templates/alb/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
backend:
serviceName: oxpassport
servicePort: 8090
- path: /casa*
- path: /jans-casa*
backend:
serviceName: casa
servicePort: 8080
15 changes: 11 additions & 4 deletions charts/gluu-all-in-one/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Kubernetes: `>=v1.23.0-0`
| casa.enabled | bool | `true` | Boolean flag to enable/disable the casa chart. |
| casa.ingress | object | `{"casaAdditionalAnnotations":{},"casaEnabled":false,"casaLabels":{}}` | Enable endpoints in either istio or nginx ingress depending on users choice |
| casa.ingress.casaAdditionalAnnotations | object | `{}` | Casa ingress resource additional annotations. |
| casa.ingress.casaEnabled | bool | `false` | Enable casa endpoints /casa |
| casa.ingress.casaEnabled | bool | `false` | Enable casa endpoints /jans-casa |
| casa.ingress.casaLabels | object | `{}` | Casa ingress resource labels. key app is taken |
| certManager.certificate.enabled | bool | `false` | |
| certManager.certificate.issuerGroup | string | `"cert-manager.io"` | |
Expand Down Expand Up @@ -310,6 +310,16 @@ Kubernetes: `>=v1.23.0-0`
| fido2.ingress.fido2WebauthnLabels | object | `{}` | fido2 webauthn ingress resource labels. key app is taken |
| fqdn | string | `"demoexample.gluu.org"` | Fully qualified domain name to be used for Gluu installation. This address will be used to reach Gluu services. |
| fullNameOverride | string | `""` | |
| gatewayApi.enabled | bool | `false` | Boolean flag to enable/disable the Kubernetes Gateway and HTTPRoute resources. |
| gatewayApi.gatewayAnnotations | object | `{}` | Specific annotations for the Gateway resource |
| gatewayApi.gatewayClassName | string | `"nginx"` | Set the gatewayClassName corresponding to your installed controller. We support all GA-conformant implementations(e.g., 'nginx', 'istio', 'cilium', 'traefik'). See https://gateway-api.sigs.k8s.io/implementations/#conformant |
| gatewayApi.gatewayLabels | object | `{}` | Specific labels for the Gateway resource |
| gatewayApi.httpPort | int | `80` | Gateway http port number |
| gatewayApi.httpsPort | int | `443` | Gateway https port number |
| gatewayApi.name | string | `"gluu-gateway"` | The name of the Gateway resource to be created |
| gatewayApi.routeAnnotations | object | `{}` | Specific annotations for the HTTPRoute resource |
| gatewayApi.routeLabels | object | `{}` | Specific labels for the HTTPRoute resource |
| gatewayApi.tlsSecretName | string | `"tls-certificate"` | Secret containing the TLS certificate for the Gateway |
| hpa | object | `{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50}` | Configure the HorizontalPodAutoscaler |
| hpa.behavior | object | `{}` | Scaling Policies |
| hpa.metrics | list | `[]` | metrics if targetCPUUtilizationPercentage is not set |
Expand Down Expand Up @@ -413,6 +423,3 @@ Kubernetes: `>=v1.23.0-0`
| usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Loading
Loading