Will be parameterized at some point.
@@ -20,6 +20,10 @@ spec:
image: {{ .Values.image.registry }}/hue:{{ .Values.image.tag }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ['./build/env/bin/celery', 'beat', '-A', 'desktop', '-l', 'info']
+ resources:
+ requests:
+ # memory: "64Mi"
+ cpu: "5m"
volumeMounts:
- name: config-volume
mountPath: /usr/share/hue/desktop/conf/z-hue.ini
command: ['./build/env/bin/celery', 'worker', '-A', 'desktop', '-l', 'info']
+ # memory: "400Mi"
+ cpu: "50m"
command: ['./build/env/bin/daphne', '-p', '8001', 'core.asgi:application']
+ cpu: "30m"
@@ -24,6 +24,10 @@ spec:
ports:
- containerPort: 8888
+ # memory: "350Mi"
@@ -18,8 +18,8 @@ spec:
image: redis
resources:
requests:
- cpu: 100m
- memory: 100Mi
+ cpu: 30m
+ # memory: 100Mi
- containerPort: 6379
{{- end -}}