Chart for Customer-Center application
Homepage: https://github.com/adfinis/customer-center
This chart is maintained by Adfinis.
- https://github.com/adfinis/customer-center
- https://github.com/adfinis/helm-charts/tree/main/charts/customer-center
Key | Type | Default | Description |
---|---|---|---|
auth.oidcClient | string | "cc" |
Configure oidc client for customer-center frontend |
auth.oidcUrl | string | "https://example.com/auth/realms/timed/protocol/openid-connect" |
Configure oidc host url for customer-center frontend |
frontend.image.pullPolicy | string | "IfNotPresent" |
Frontend image pull policy |
frontend.image.repository | string | "ghcr.io/adfinis/customer-center/frontend" |
Frontend image name |
frontend.livenessProbe | object | {"enabled":true,"failureThreshold":6,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5} |
Liveness probe configuration |
frontend.livenessProbe.enabled | bool | true |
Enable liveness probe on frontend |
frontend.livenessProbe.failureThreshold | int | 6 |
Number of tries to perform the probe |
frontend.livenessProbe.initialDelaySeconds | int | 60 |
Number of seconds after the container has started before liveness probe is initiated |
frontend.livenessProbe.periodSeconds | int | 10 |
How often (in seconds) to perform the probe |
frontend.livenessProbe.successThreshold | int | 1 |
Minimum consecutive successes for the probe to be considered successful after having failed |
frontend.livenessProbe.timeoutSeconds | int | 5 |
Number of seconds after which the probe times out |
frontend.readinessProbe | object | {"enabled":true,"failureThreshold":6,"initialDelaySeconds":30,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5} |
Readiness probe configuration |
frontend.readinessProbe.enabled | bool | true |
Enable readiness probe on frontend |
frontend.readinessProbe.failureThreshold | int | 6 |
Number of tries to perform the probe |
frontend.readinessProbe.initialDelaySeconds | int | 30 |
Number of seconds after the container has started before readiness probe is initiated |
frontend.readinessProbe.periodSeconds | int | 10 |
How often (in seconds) to perform the probe |
frontend.readinessProbe.successThreshold | int | 1 |
Minimum consecutive successes for the probe to be considered successful after having failed |
frontend.readinessProbe.timeoutSeconds | int | 5 |
Number of seconds after which the probe times out |
frontend.replicaCount | int | 1 |
Number of Backend replicas |
frontend.resources | object | {} |
Resource limits for frontend |
frontend.service.externalPort | int | 80 |
External Port of frontend service |
frontend.service.internalPort | int | 80 |
Internal Port of frontend service |
frontend.service.type | string | "ClusterIP" |
Frontend service type |
ingress.annotations | object | {} |
Ingress annotations |
ingress.enabled | bool | true |
Enable ingress for customer-center |
ingress.hosts | list | ["my.example.com"] |
Ingress hostnames |
ingress.tls | list | [{"hosts":["my.example.com"],"secretName":"customer-center-tls"}] |
Ingress TLS options |
Adfinis fights for a software world that is more open, where the quality is better and where software must be accessible to everyone. This chart is part of the action behind this commitment. Feel free to contact us if you have any questions.
This Helm chart is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.
Autogenerated from chart metadata using helm-docs