Skip to content

Commit

Permalink
fix helm of task
Browse files Browse the repository at this point in the history
  • Loading branch information
Elia Palme committed Dec 19, 2024
1 parent d502026 commit cb2ddc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/k8s/tasks/templates/deploy.tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ spec:
imagePullPolicy: Always
resources:
limits:
memory: {{ .Values.tasks.F7T_TASKS_MEMORY | default "128Mi" | quote }}
cpu: {{ .Values.tasks.F7T_TASKS_CPU | replace "500m" | quote }}
memory: {{ .Values.F7T_TASKS_MEMORY | default "128Mi" | quote }}
cpu: {{ .Values.F7T_TASKS_CPU | default "500m" | quote }}
ports:
- containerPort: {{ .Values.F7T_TASKS_PORT | default 5003 | atoi }}
env:
Expand Down

0 comments on commit cb2ddc2

Please sign in to comment.