@@ -68,6 +68,18 @@ externalRestHttpsPort: 31001
68
68
# Valid values are: "SEVERE", "WARNING", "INFO", "CONFIG", "FINE", "FINER", and "FINEST".
69
69
javaLoggingLevel : " INFO"
70
70
71
+ # nodeSelector specifies a matching rule that the Kubernetes scheduler will use when selecting the node
72
+ # where the operator will run. If the nodeSelector value is specified, then this content will be added to
73
+ # the operator's deployment. See https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector
74
+ # for more information on node selectors.
75
+ # nodeSelector:
76
+
77
+ # affinity specifies a set of matching rules related to the presence of other workloads that the Kubernetes scheduler
78
+ # will use when selecting the node where the operator will run. If the affinity value is specified, then this content
79
+ # will be added to the operator's deployment. See https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
80
+ # for more information on affinity and anti-affinity.
81
+ # affinity:
82
+
71
83
# Values related to debugging the operator.
72
84
# Customers should not need to use the following properties
73
85
@@ -94,10 +106,6 @@ internalDebugHttpPort: 30999
94
106
# Otherwise, it is ignored.
95
107
externalDebugHttpPort : 30999
96
108
97
- # javaLoggingLevel specifies the level of Java logging that should be enabled in the operator.
98
- # Valid values are: "SEVERE", "WARNING", "INFO", "CONFIG", "FINE", "FINER", and "FINEST".
99
- javaLoggingLevel : " INFO"
100
-
101
109
# elkIntegrationEnabled specifies whether or not ELK integration is enabled.
102
110
elkIntegrationEnabled : false
103
111
0 commit comments