fix(fireflyiii): internal links use targetPort (#1658)

This commit is contained in:
Stavros Kois
2022-01-07 20:29:09 +02:00
committed by GitHub
parent 998bae3565
commit d6c977db7d
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
version: 13.1.10
version: 13.1.11
annotations:
truecharts.org/catagories: |
- finacial

View File

@@ -47,7 +47,7 @@ spec:
image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"
args:
- curl
- "http://{{ $jobName }}.ix-{{ .Release.Name }}.svc.cluster.local:{{ .Values.service.main.ports.main.port }}/api/v1/cron/$STATIC_CRON_TOKEN"
- "http://{{ $jobName }}.ix-{{ .Release.Name }}.svc.cluster.local:{{ .Values.service.main.ports.main.targetPort }}/api/v1/cron/$STATIC_CRON_TOKEN"
resources:
{{ toYaml .Values.resources | indent 16 }}