Skip to content

Commit

Permalink
fix(helm): Replace deprecated WEB_HTTP_IDS_*
Browse files Browse the repository at this point in the history
  • Loading branch information
KilianHaag committed Nov 14, 2023
1 parent 8721c0e commit 6771394
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ spec:
value: {{ .Values.runtime.endpoints.control.port | quote }}
- name: "WEB_HTTP_CONTROL_PATH"
value: {{ .Values.runtime.endpoints.control.path | quote }}
- name: "WEB_HTTP_IDS_PORT"
- name: "WEB_HTTP_PROTOCOL_PORT"
value: {{ .Values.runtime.endpoints.protocol.port | quote }}
- name: "WEB_HTTP_IDS_PATH"
- name: "WEB_HTTP_PROTOCOL_PATH"
value: {{ .Values.runtime.endpoints.protocol.path | quote }}
- name: "WEB_HTTP_PUBLIC_PORT"
value: {{ .Values.runtime.endpoints.public.port | quote }}
Expand Down

0 comments on commit 6771394

Please sign in to comment.