Skip to content

Commit e57db17

Browse files
committed
update imgproxy url
1 parent ed94de1 commit e57db17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/sky/chart/charts/deprecated/templates/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ data:
2929
frontend_api_endpoint: http://sky-api:8000/api
3030
frontend_command_endpoint: http://sky-commands:8008/command
3131
http_api_host: http://api-service.sky.svc.cluster.local:8000
32-
imgproxy_base_url: http://imgproxy:8080
32+
imgproxy_base_url: http://imgproxy:80
3333
items_base_url: http://items:8000
3434
mayor_base_url: http://mayor:8080
3535
payment_base_url: http://payment.payment

main/sky/chart/charts/sky-commands/templates/rollout.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: REDIS_HOST
3030
value: "{{ .Chart.Name }}-redis,syncTimeout=1000"
3131
- name: IMGPROXY_BASE_URL
32-
value: "http://{{ .Chart.Name }}-imgproxy:8080"
32+
value: "http://{{ .Chart.Name }}-imgproxy:80"
3333
{{ if .Values.envVars }}
3434
{{ toYaml .Values.envVars | nindent 10 }}
3535
{{ end }}

0 commit comments

Comments
 (0)