Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-he committed Jun 9, 2019
1 parent 330acb6 commit 232534b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class KubeConfig {

public static final String STREAM_PROCESSOR_CONTAINER_NAME_PREFIX = "sp";
public static final String SAMZA_OPERATOR_CONTAINER_NAME_PREFIX = "jc";
public static final String POD_RESTART_POLICY = "Always";
public static final String POD_RESTART_POLICY = "OnFailure";
public static final String OPERATOR_POD_NAME_FORMAT = "%s-%s-%s"; // jc-appName-appId
public static final String TASK_POD_NAME_FORMAT = "%s-%s-%s-%s"; // sp-appName-appId-containerId
// Environment variable
Expand Down

0 comments on commit 232534b

Please sign in to comment.