You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install Invenio, but unfortunately, HAProxy cannot be started. Through my research, I found that in the haproxy template in the ConfigMap.yaml file under backend apps, the following line :
server web web:80 check fall 2 inter 5000 maxconn {{ .Values.haproxy.maxconn }}
and under backend static:
server web web:80 check fall 2 inter 5000 maxconn {{ .Values.haproxy.maxconn_static }}
Additionally, the following setting is missing:
{{ include "invenio.fullname" . }}-web
The server is no longer named web, but invenio-web. This is why HAProxy couldn't be started. Could you please adjust it
Steps to Reproduce
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Screenshots (if applicable)
Additional context
The text was updated successfully, but these errors were encountered:
I'm not using HAProxy, so it's not so strange that I haven't ran into this issue. It's pretty uncommon for applications to come with their own proxy, usually that's provided by the Kubernetes platform (in form of an ingress controller, for example).
I would have to understand the use-case first, to determine if HAProxy should be included at all. Do you have a use-case in mind, or did you just run with the default values and ran into the error?
Package version (if known): 0.5.3
Describe the bug
I was trying to install Invenio, but unfortunately, HAProxy cannot be started. Through my research, I found that in the haproxy template in the ConfigMap.yaml file under backend apps, the following line :
server web web:80 check fall 2 inter 5000 maxconn {{ .Values.haproxy.maxconn }}
and under backend static:
server web web:80 check fall 2 inter 5000 maxconn {{ .Values.haproxy.maxconn_static }}
Additionally, the following setting is missing:
{{ include "invenio.fullname" . }}-web
The server is no longer named web, but invenio-web. This is why HAProxy couldn't be started. Could you please adjust it
Steps to Reproduce
Expected behavior
Screenshots (if applicable)
Additional context
The text was updated successfully, but these errors were encountered: