refactor: Update OneUptime port in nginx.yaml

This commit updates the ONEUPTIME_HTTP_PORT value in the nginx.yaml file to use the port specified in the $.Values.port.nginxHttp variable. This change ensures that OneUptime is hosted on the correct port.
This commit is contained in:
Simon Larsen 2024-06-24 19:59:36 +01:00
parent 70a9944f6a
commit 3aaed9c901
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -84,6 +84,8 @@ spec:
{{- include "oneuptime.env.common" . | nindent 12 }}
{{- include "oneuptime.env.commonServer" . | nindent 12 }}
{{- include "oneuptime.env.oneuptimeSecret" . | nindent 12 }}
- name: ONEUPTIME_HTTP_PORT
value: {{ $.Values.port.nginxHttp | quote }}
- name: OPENTELEMETRY_EXPORTER_OTLP_HEADERS
value: {{ $.Values.openTelemetryExporter.headers.nginx }}
- name: PORT