Merge branch 'fix/discovery-cron-service-port' into 'main'
fix(helm): CronJob curls the Service port, not the container port See merge request vikingowl/marktvogt.de!9
This commit is contained in:
@@ -37,7 +37,7 @@ spec:
|
||||
curl -fsS --retry 2 --retry-delay 10 \
|
||||
-X POST \
|
||||
-H "Authorization: Bearer $DISCOVERY_TOKEN" \
|
||||
"http://{{ include "marktvogt-backend.fullname" . }}:8080/api/v1/admin/discovery/tick"
|
||||
"http://{{ include "marktvogt-backend.fullname" . }}:{{ .Values.service.port }}/api/v1/admin/discovery/tick"
|
||||
env:
|
||||
- name: DISCOVERY_TOKEN
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user