Skip to content

Commit

Permalink
[Improve] default k8s.ingress.class improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
benjobs committed Jan 3, 2024
1 parent 53dc134 commit c54adaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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."
)
Expand Down

0 comments on commit c54adaf

Please sign in to comment.