-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make single-host gateway configmap labels configurable #17775
Conversation
Signed-off-by: Michal Vala <mvala@redhat.com>
Signed-off-by: Michal Vala <mvala@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a single suggestion, otherwise LGTM.
...in/java/org/eclipse/che/workspace/infrastructure/kubernetes/util/GatewayConfigmapLabels.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Michal Vala <mvala@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties
Outdated
Show resolved
Hide resolved
Signed-off-by: Michal Vala <mvala@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in general looks good to me
...in/java/org/eclipse/che/workspace/infrastructure/kubernetes/util/GatewayConfigmapLabels.java
Outdated
Show resolved
Hide resolved
...in/java/org/eclipse/che/workspace/infrastructure/kubernetes/util/GatewayConfigmapLabels.java
Outdated
Show resolved
Hide resolved
…not set correctly + minor refactor Signed-off-by: Michal Vala <mvala@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) |
Signed-off-by: Michal Vala mvala@redhat.com
What does this PR do?
Configurable labels for single-host gateway configmaps with
che.infra.kubernetes.singlehost.gateway.configmap_labels
config property.changed
che.infra.kubernetes.single_host.workspace.exposure
toche.infra.kubernetes.singlehost.workspace.exposure
What issues does this PR fix or reference?
#17768
Release Notes
Docs PR