Remove domain from helmchart and container for now

main
trivernis 6 months ago
parent 3e8e3f6b79
commit b281fc31df
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -17,6 +17,4 @@ RUN npm ci --omit dev
COPY --from=builder /app/build /app
EXPOSE 3000
ENV ORIGIN=""
CMD ["node", "."]

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

@ -33,11 +33,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
{{- with .Values.plantwiki.domain }}
- name: HOST
value: "{{ .Values.plantwiki.domain }}"
{{- end }}
ports:
- name: http
containerPort: {{ .Values.service.port }}

@ -10,10 +10,6 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
plantwiki:
# provide a domain that plantwiki is running on
domain: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

Loading…
Cancel
Save