1
1
# cf-vcluster
2
2
3
- ![ Version: 0.28.0-3 ] ( https://img.shields.io/badge/Version-0.28.0--3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.28.0] ( https://img.shields.io/badge/AppVersion-0.28.0-informational?style=flat-square )
3
+ ![ Version: 0.28.0-4 ] ( https://img.shields.io/badge/Version-0.28.0--4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.28.0] ( https://img.shields.io/badge/AppVersion-0.28.0-informational?style=flat-square )
4
4
5
5
Umbrella chart over vCluster adjusted for Codefresh use cases - mainly in Crossplane compositions
6
6
@@ -20,21 +20,26 @@ Umbrella chart over vCluster adjusted for Codefresh use cases - mainly in Crossp
20
20
21
21
| Key | Type | Default | Description |
22
22
| -----| ------| ---------| -------------|
23
+ | automaticScaleDown.enabled | bool | ` false ` | |
24
+ | automaticScaleDown.httpScaler | object | ` {"host":"keda-add-ons-http-external-scaler.keda","port":9090} ` | Scaler address on vCluster host |
25
+ | automaticScaleDown.initialCooldownPeriod | int | ` 120 ` | |
26
+ | automaticScaleDown.interceptor | object | ` {"host":"keda-add-ons-http-interceptor-proxy.keda","port":8443} ` | Interceptor address on vCluster host |
27
+ | automaticScaleDown.periodSeconds | int | ` 43200 ` | How many seconds of no requests to vcluster until it is scaled down to zero. Defaults to 12 hours (43200s) |
23
28
| global.ingress.internal.annotations."nginx.ingress.kubernetes.io/backend-protocol" | string | ` "HTTPS" ` | |
24
29
| global.ingress.internal.annotations."nginx.ingress.kubernetes.io/ssl-passthrough" | string | ` "true" ` | |
25
30
| global.ingress.internal.annotations."nginx.ingress.kubernetes.io/ssl-redirect" | string | ` "true" ` | |
26
31
| global.ingress.internal.backendServiceOverride | object | ` {} ` | Possibility to override backend service name for ingress. If not set default vcluster backend service will be used |
27
32
| global.ingress.internal.enabled | bool | ` false ` | |
28
33
| global.ingress.internal.host.domain | string | ` "corp.local" ` | |
29
- | global.ingress.internal.host.name | string | ` "{{ .Release.Name }}" ` | |
34
+ | global.ingress.internal.host.name | string | ` "{{ .Release.Namespace }}-vcluster " ` | |
30
35
| global.ingress.internal.ingressClassName | string | ` "nginx-internal" ` | |
31
36
| global.ingress.public.annotations."nginx.ingress.kubernetes.io/backend-protocol" | string | ` "HTTPS" ` | |
32
37
| global.ingress.public.annotations."nginx.ingress.kubernetes.io/ssl-passthrough" | string | ` "true" ` | |
33
38
| global.ingress.public.annotations."nginx.ingress.kubernetes.io/ssl-redirect" | string | ` "true" ` | |
34
39
| global.ingress.public.backendServiceOverride | object | ` {} ` | Possibility to override backend service name for ingress. If not set default vcluster backend service will be used |
35
40
| global.ingress.public.enabled | bool | ` false ` | |
36
41
| global.ingress.public.host.domain | string | ` "example.com" ` | |
37
- | global.ingress.public.host.name | string | ` "{{ .Release.Name }}" ` | |
42
+ | global.ingress.public.host.name | string | ` "{{ .Release.Namespace }}-vcluster " ` | |
38
43
| global.ingress.public.ingressClassName | string | ` "nginx-public" ` | |
39
44
| vcluster.controlPlane.distro.k8s.apiServer.extraArgs[ 0] | string | ` "--oidc-issuer-url=https://dexidp.shared-services.cf-infra.com" ` | |
40
45
| vcluster.controlPlane.distro.k8s.apiServer.extraArgs[ 1] | string | ` "--oidc-client-id=vcluster-login" ` | |
0 commit comments