Skip to content

Commit

Permalink
feat: Remove redis from Chart (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnorbury authored Dec 18, 2024
1 parent fbd5b9b commit 0af38e6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.
6 changes: 0 additions & 6 deletions charts/platform/Chart.lock

This file was deleted.

5 changes: 0 additions & 5 deletions charts/platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ annotations:
artifacthub.io/maintainers: |
- name: yevgenypats
email: [email protected]
dependencies:
- name: redis
version: ~20.2.1
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
5 changes: 0 additions & 5 deletions charts/platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ $ helm install platform -n cloudquery --create-namespace cloudquery/platform --v

Kubernetes: `^1.8.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | ~20.2.1 |

## Values

| Key | Type | Default | Description |
Expand Down Expand Up @@ -223,7 +219,6 @@ Kubernetes: `^1.8.0-0`
| readinessProbe.httpGet.path | string | `"/"` | |
| readinessProbe.httpGet.port | string | `"api"` | |
| readinessProbe.periodSeconds | int | `30` | |
| redis | object | `{"architecture":"standalone","auth":{"enabled":false},"enabled":true,"master":{"persistence":{"enabled":false}}}` | Redis configuration |
| replicaCount | int | `1` | The number of replicas to deploy |
| resources | object | `{}` | Deployment resources |
| service | object | `{"apiPort":4444,"apiType":"ClusterIP","proxyPort":3000,"proxyType":"ClusterIP","storagePort":4445,"storageType":"ClusterIP","uiPort":3001,"uiType":"ClusterIP"}` | Specify the ports the container exposes |
Expand Down
2 changes: 0 additions & 2 deletions charts/platform/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ spec:
secretKeyRef:
name: {{ include "platform.fullName" . }}-secrets
key: jwtPrivateKey
- name: CQAPI_REDIS_ADDR
value: redis://{{ .Release.Name }}-redis-master.{{ .Release.Namespace }}.svc.cluster.local:6379
ports:
- name: proxy
containerPort: {{ .Values.service.proxyPort }}
Expand Down
10 changes: 0 additions & 10 deletions charts/platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,6 @@ ingress:
# hosts:
# - local.cloudquery.io

# -- Redis configuration
redis:
enabled: true
architecture: standalone
master:
persistence:
enabled: false
auth:
enabled: false

debug:
# -- Optional. Enable debug mode.
enabled: false

0 comments on commit 0af38e6

Please sign in to comment.