This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new c89ac3cb7 fix config streampark.flink-k8s.ingress.class default value 
(#3453)
c89ac3cb7 is described below

commit c89ac3cb7f224c76ade00d94be52aca2cbd2f0e4
Author: Bibo <[email protected]>
AuthorDate: Wed Jan 3 12:15:40 2024 +0800

    fix config streampark.flink-k8s.ingress.class default value (#3453)
    
    Co-authored-by: 毕博 <[email protected]>
---
 .../main/scala/org/apache/streampark/common/conf/K8sFlinkConfig.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampark-common/src/main/scala/org/apache/streampark/common/conf/K8sFlinkConfig.scala
 
b/streampark-common/src/main/scala/org/apache/streampark/common/conf/K8sFlinkConfig.scala
index 3b70594a9..3480dc107 100644
--- 
a/streampark-common/src/main/scala/org/apache/streampark/common/conf/K8sFlinkConfig.scala
+++ 
b/streampark-common/src/main/scala/org/apache/streampark/common/conf/K8sFlinkConfig.scala
@@ -79,7 +79,7 @@ object K8sFlinkConfig {
    */
   val ingressClass: InternalOption = InternalOption(
     key = "streampark.flink-k8s.ingress.class",
-    defaultValue = "streampark",
+    defaultValue = "nginx",
     classType = classOf[java.lang.String],
     description = "Direct ingress to the ingress controller."
   )

Reply via email to