Skip to content

Commit

Permalink
Merge pull request #1374 from porter-dev/main
Browse files Browse the repository at this point in the history
merge main into production
  • Loading branch information
d-g-town authored Aug 15, 2024
2 parents 9b209a2 + e544741 commit c4bb719
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions applications/web/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{ if and (.Values.ingress) (.Values.ingress.hosts) }}
- name: PORTER_DOMAINS
value: "{{ .Values.ingress.hosts | join "," }}"
{{ end }}
- name: PORTER_POD_REVISION
value: "{{ .Release.Revision }}"
- name: PORTER_APP_SERVICE_NAME
Expand Down

0 comments on commit c4bb719

Please sign in to comment.