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
Deployments created by mattermost operator do not appear to offer a way to configure the UDP-Port 8443 for the Calls-Feature.
Steps to reproduce
Deploy a mattermost instance and realize there is no way to enable a service that forwards UDP-Traffic to Port 8443.
Expected behavior
The CRD should allow configuring additional ports on the Deployment. I am absolutely fine if I have to set up the service and/or ingress config myself.
Observed behavior (that appears unintentional)
There appears to be no way to instruct the operator to set up a UDP container port 8443 on the mattermost deployment's pod spec.
Possible fixes
Add a additionalPorts list to the CRD that allows specifying additional containerPorts.
The text was updated successfully, but these errors were encountered:
Summary
Deployments created by mattermost operator do not appear to offer a way to configure the UDP-Port 8443 for the Calls-Feature.
Steps to reproduce
Deploy a mattermost instance and realize there is no way to enable a service that forwards UDP-Traffic to Port 8443.
Expected behavior
The CRD should allow configuring additional ports on the Deployment. I am absolutely fine if I have to set up the service and/or ingress config myself.
Observed behavior (that appears unintentional)
There appears to be no way to instruct the operator to set up a UDP container port 8443 on the mattermost deployment's pod spec.
Possible fixes
Add a
additionalPorts
list to the CRD that allows specifying additional containerPorts.The text was updated successfully, but these errors were encountered: