Specify miniflux target port explicitly
This commit is contained in:
parent
5e1bf66aeb
commit
a225b0130a
@ -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 }}"
|
||||
|
@ -8,7 +8,7 @@ spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
|
Loading…
x
Reference in New Issue
Block a user