There was an error while loading. Please reload this page.
1 parent 59c3e90 commit ce76fb9Copy full SHA for ce76fb9
charts/posthog/templates/worker-hpa.yaml
@@ -10,8 +10,8 @@ spec:
10
kind: Deployment
11
apiVersion: apps/v1
12
name: {{ template "posthog.fullname" $ }}-{{ .name }}-worker
13
- minReplicas: {{ .Values.worker.hpa.minpods }}
14
- maxReplicas: {{ .Values.worker.hpa.maxpods }}
+ minReplicas: {{ $.Values.worker.hpa.minpods }}
+ maxReplicas: {{ $.Values.worker.hpa.maxpods }}
15
metrics:
16
{{- with $.Values.worker.hpa.cputhreshold }}
17
- type: Resource
charts/posthog/tests/worker-hpa.yaml
@@ -66,7 +66,7 @@ tests:
66
scaleTargetRef:
67
68
69
- name: RELEASE-NAME-posthog-worker
+ name: RELEASE-NAME-posthog-default-worker
70
minReplicas: 2
71
maxReplicas: 10
72
0 commit comments