Skip to content

Commit 27e5590

Browse files
committed
Apply suggestions from review
1 parent dc24144 commit 27e5590

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/js/hubsetup.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
872872
spec: {
873873
selector: {app: 'keycloak'},
874874
ports: [
875-
{protocol: 'TCP', port: 8080},
876-
{protocol: 'TCP', port: 9000}
875+
{protocol: 'TCP', port: 8080}
877876
]
878877
}
879878
}

0 commit comments

Comments
 (0)