Skip to content

Commit

Permalink
gateway: fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
multun committed Nov 8, 2023
1 parent 64f669d commit 72be798
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/gateway_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ spec:
{{- with .Values.gateway.env }}
{{- toYaml . | nindent 12 }}
{{- end }}
- name: MIDDLEWARE_BASE_URL
value: {{ .Values.editoast.internalUrl }}
- name: PORT
- name: GATEWAY_PORT
value: "{{ .Values.gateway.service.port }}"
resources:
{{- toYaml .Values.gateway.resources | nindent 12 }}
Expand Down

0 comments on commit 72be798

Please sign in to comment.