Skip to content

Commit 99e21b3

Browse files
author
Alan Christie
committed
fix: Operator now only inhabits app nodes
1 parent f36750f commit 99e21b3

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

roles/operator/templates/deployment.yaml.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ spec:
2626
- matchExpressions:
2727
- key: informaticsmatters.com/purpose-application
2828
operator: Exists
29-
- matchExpressions:
30-
- key: {{ jo_fallback_node_selector_key }}
31-
operator: Exists
3229

3330
containers:
3431
- name: jupyter-operator

roles/operator/vars/main.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
# The Job Operator Pod Security Policy (PSP)
44
jo_sa_psp: im-core-unrestricted
55

6-
# A fallback node-selector key.
7-
# Some deployments have other labels as selectors.
8-
# If they're not present the deployment should use this.
9-
jo_fallback_node_selector_key: informaticsmatters.com/purpose-core
10-
116
jo_cpu_request: 100m
127
jo_mem_request: 128Mi
138
jo_cpu_limit: 100m

0 commit comments

Comments
 (0)