Skip to content

Commit

Permalink
Add --- dividers for multiple workers (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh authored Jan 17, 2024
1 parent 8710439 commit df123dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/posthog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.
version: 30.39.0
version: 30.40.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
1 change: 1 addition & 0 deletions charts/posthog/templates/worker-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{- if .Values.worker.enabled -}}
{{- range .Values.worker.consumers }}
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
1 change: 1 addition & 0 deletions charts/posthog/templates/worker-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{- if and .Values.worker.enabled .Values.worker.hpa.enabled -}}
{{- range .Values.worker.consumers }}
---
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
Expand Down

0 comments on commit df123dd

Please sign in to comment.