Skip to content

Commit

Permalink
fix proxyTimeout (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Jansen <[email protected]>
  • Loading branch information
Marcel-Jansen authored Sep 26, 2023
1 parent 98fd257 commit 9eebfa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gxf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: gxf
description: Generic GXF Helm chart
version: '1.5.27'
version: '1.5.28'
icon: https://artwork.lfenergy.org/projects/grid-exchange-fabric/abbrev/color/grid-exchange-fabric-abbrev-color.png
maintainers:
- name: OSGP
Expand Down
2 changes: 1 addition & 1 deletion charts/gxf/templates/apache-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ data:
{{- range .Values.httpdSidecar.paths }}
{{- if (not .subpath | default false) }}
ProxyPass /{{ .name }} ajp://localhost:8009/{{ .name }}{{ if int .proxyTimeout }} timeout={{ int .Values.proxyTimeout }}{{ end }}
ProxyPass /{{ .name }} ajp://localhost:8009/{{ .name }}{{ if int .proxyTimeout }} timeout={{ int .proxyTimeout }}{{ end }}
ProxyPassReverse /{{ .name }} /{{ .name }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 9eebfa0

Please sign in to comment.