Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Sep 30, 2024
2 parents 7631810 + e67d1c8 commit 7fbb48a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions applications/worker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ spec:
- name: PORTER_RESOURCES_CPU
value: "{{ .Values.resources.requests.cpu }}"
- name: PORTER_RESOURCES_REPLICAS
value: "{{ .Values.replicaCount }}"
value: "{{ .Values.replicaCount }}"
- name: PORTER_POD_REVISION
value: "{{ .Release.Revision }}"
- name: PORTER_NODE_NAME
valueFrom:
fieldRef:
Expand Down Expand Up @@ -415,4 +417,4 @@ spec:
secretName: "{{ .secretName }}"
{{ end }}
{{ end }}
{{ end }}
{{ end }}

0 comments on commit 7fbb48a

Please sign in to comment.