# README
istio-upgrade-consumer
Consumer for Istio Upgrade tooling to receive events related to Istio upgrade
Installing
To install the chart with the release name my-release
:
helm repo add istio-upgrade-consumer https://gopaytech.github.io/istio-upgrade-consumer/charts/releases/
helm install my-istio-upgrade-consumer istio-upgrade-consumer/istio-upgrade-consumer --values values.yaml
Values
Key | Type | Default | Description |
---|---|---|---|
configuration.clusterEnvironment | string | "production" | |
configuration.clusterName | string | "my-cluster" | |
configuration.nonProductionWaitingDay | string | "7" | |
configuration.productionWaitingDay | string | "28" | |
configuration.receiverHTTPPort | string | "8080" | |
configuration.receiverMode | string | "http" | |
configuration.storageConfigMapName | string | "istio-auto-upgrade-config" | |
configuration.storageConfigMapNamespace | string | "istio-system" | |
configuration.storageMode | string | "configmap" | |
configuration.timeFormat | string | "2006-01-02" | |
configuration.timeLocation | string | "Asia/Jakarta" | |
deployment.image | string | "ghcr.io/gopaytech/istio-upgrade-consumer" | |
deployment.replicas | int | 2 | |
deployment.tag | string | "master" | |
podLabels | object | {} | |
resources.limits.cpu | string | "1024m" | |
resources.limits.memory | string | "1024Mi" | |
resources.requests.cpu | string | "256m" | |
resources.requests.memory | string | "256Mi" | |
serviceAccount.automountServiceAccountToken | bool | true | |
serviceAccount.imagePullSecrets | list | [] |