We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de6e2b commit 979fde6Copy full SHA for 979fde6
helm/group-challenge/templates/deployment.yaml
@@ -43,6 +43,8 @@ spec:
43
value: ":8081"
44
- name: IMGPROXY_PROMETHEUS_BIND
45
value: ":8082"
46
+ - name: IMGPROXY_MAX_SRC_RESOLUTION
47
+ value: "25"
48
{{ if .Values.imgProxy.env -}}
49
{{- toYaml .Values.imgProxy.env | nindent 12 }}
50
{{- end }}
helm/group-challenge/values.yaml
@@ -87,7 +87,7 @@ groupChallenge:
87
thumbnailQuality: 90
88
fullSizeQuality: 75
89
maxFullWidth: 1280
90
- maxFullHeight: 1280
+ maxFullHeight: 0
91
92
serviceMonitor:
93
enabled: false
0 commit comments