Specify miniflux target port explicitly

This commit is contained in:
Jack Jackson 2025-04-07 16:18:07 -07:00
parent 5e1bf66aeb
commit a225b0130a
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -8,7 +8,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
targetPort: 80
protocol: TCP
name: http
selector: