This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.5
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev-2.1.5 by this push:
new 5f4e145a7 feature: change "Rest-Service Exposed Type" from
LoadBalancer to ClusterIP (#4019)
5f4e145a7 is described below
commit 5f4e145a7dd1955d8df9230f85fb058a776e3434
Author: Darcy <[email protected]>
AuthorDate: Mon Sep 2 15:55:10 2024 +0800
feature: change "Rest-Service Exposed Type" from LoadBalancer to ClusterIP
(#4019)
---
.../streampark-console-webapp/src/views/flink/app/Add.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-webapp/src/views/flink/app/Add.vue
b/streampark-console/streampark-console-webapp/src/views/flink/app/Add.vue
index f23aa06e3..c18f52633 100644
--- a/streampark-console/streampark-console-webapp/src/views/flink/app/Add.vue
+++ b/streampark-console/streampark-console-webapp/src/views/flink/app/Add.vue
@@ -100,7 +100,7 @@
async function handleInitForm() {
const defaultValue = {
resolveOrder: 0,
- k8sRestExposedType: 0,
+ k8sRestExposedType: 1,
};
options.forEach((item) => {
defaultValue[item.key] = item.defaultValue;