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
But I need the 80 port being exposed as well, so to add that I have to manually add the port in the yaml file with kubectl edit...
Is there a way to expose both directly in the helm chart? Or in any way that I don't need to edit it manually?
To set as a nodeport I'm just using this setting:
service:
type: NodePort
The text was updated successfully, but these errors were encountered:
Hey @vaaleyard thanks for the report. This is some improvement to be done in the chart. The only workaround is to edit the template as you suggested at the moment.
I'm trying to expose the passbolt service as a NodePort, but when I set it, only the https port is exposed...
I think that it's because it's the first port used in the service file: https://github.com/passbolt/charts-passbolt/blob/main/templates/service.yaml#L22
But I need the 80 port being exposed as well, so to add that I have to manually add the port in the yaml file with
kubectl edit
...Is there a way to expose both directly in the helm chart? Or in any way that I don't need to edit it manually?
To set as a nodeport I'm just using this setting:
The text was updated successfully, but these errors were encountered: