Skip to content

Commit

Permalink
feat: remove canaries
Browse files Browse the repository at this point in the history
  • Loading branch information
paddatrapper committed Dec 16, 2024
1 parent 34e595e commit 2080961
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 68 deletions.
52 changes: 0 additions & 52 deletions charts/helix/templates/canary.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions charts/helix/templates/deployments/helix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@ spec:
- name: http
containerPort: {{ .Values.helix.service.port }}
protocol: TCP
{{- if eq .Values.enableProbes true }}
livenessProbe:
{{- toYaml .Values.helix.livenessProbe | nindent 12 }}
startupProbe:
{{- toYaml .Values.helix.startupProbe | nindent 12 }}
{{- end }}
resources:
{{- toYaml .Values.helix.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
15 changes: 1 addition & 14 deletions charts/helix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ serviceAccount:

podAnnotations: {}

enableProbes: false

podSecurityContext: {}
# fsGroup: 2000

Expand All @@ -36,7 +34,7 @@ envFrom:
name: helix
- secretRef:
name: helix
# This secret configures the database. If the name is chanegd, it should also
# This secret configures the database. If the name is changed, it should also
# be changed the timescaledb-single.env section. Needs to contain
# POSTGRES_USER with the value seed, POSTGRES_PASSWORD, POSTGRES_HOST,
# POSTGRES_DB, POSTGRES_PORT, POSTGRES_URL
Expand Down Expand Up @@ -177,14 +175,3 @@ celery:
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

canaries:
enabled: true
postgres:
url:
valueFrom:
secretKeyRef:
name: helix-databases
key: POSTGRES_URL
frontend:
endpoint: https://chart-example.local

0 comments on commit 2080961

Please sign in to comment.