diff --git a/charts/miniflux/templates/deployment.yaml b/charts/miniflux/templates/deployment.yaml index 30cb22d..059f774 100644 --- a/charts/miniflux/templates/deployment.yaml +++ b/charts/miniflux/templates/deployment.yaml @@ -43,6 +43,8 @@ spec: value: "admin" - name: ADMIN_PASSWORD value: "test123" + # Note - values above are only used for initialization. After first installation, they're changed (manually. + # It'd be super-cool to have a Job as part of the deployment that makes that change, but :shrug:) securityContext: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" diff --git a/charts/miniflux/templates/service.yaml b/charts/miniflux/templates/service.yaml index d1e3798..127f8ad 100644 --- a/charts/miniflux/templates/service.yaml +++ b/charts/miniflux/templates/service.yaml @@ -8,7 +8,7 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: http + targetPort: 80 protocol: TCP name: http selector: