We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c02eb commit f36750fCopy full SHA for f36750f
operator/handlers.py
@@ -36,7 +36,7 @@
36
# If set and JO_APPLY_POD_PRIORITY_CLASS is set
37
# this value will be used if now alternative is available.
38
_DEFAULT_POD_PRIORITY_CLASS: str = os.environ.get(
39
- "JO_DEFAULT_POD_PRIORITY_CLASS", "im-worker-medium"
+ "JO_DEFAULT_POD_PRIORITY_CLASS", "im-application-low"
40
)
41
42
@@ -46,7 +46,7 @@
46
47
# Application node selection
48
_POD_NODE_SELECTOR_KEY: str = os.environ.get(
49
- "JO_POD_NODE_SELECTOR_KEY", "informaticsmatters.com/purpose-worker"
+ "JO_POD_NODE_SELECTOR_KEY", "informaticsmatters.com/purpose-application"
50
51
_POD_NODE_SELECTOR_VALUE: str = os.environ.get("JO_POD_NODE_SELECTOR_VALUE", "yes")
52
0 commit comments