@ -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: ""