Skip to content

Commit

Permalink
feat(breaking): separate worker-backend selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
owlas committed Jun 13, 2024
1 parent 73ca72f commit 742a5ac
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 179 deletions.
2 changes: 1 addition & 1 deletion charts/lightdash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.1
version: 1.0.0-rc1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
88 changes: 0 additions & 88 deletions charts/lightdash/templates/deployment.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion charts/lightdash/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: {{ include "lightdash.fullname" . }}
name: {{ include "lightdash.fullname" . }}-backend
minReplicas: {{ .Values.autoscaling.minReplicas }}
maxReplicas: {{ .Values.autoscaling.maxReplicas }}
metrics:
Expand Down
89 changes: 0 additions & 89 deletions charts/lightdash/templates/scheduler.yaml

This file was deleted.

1 change: 1 addition & 0 deletions charts/lightdash/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ spec:
name: http
selector:
{{- include "lightdash.selectorLabels" . | nindent 6 }}
app.kubernetes.io/component: backend

0 comments on commit 742a5ac

Please sign in to comment.