You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| annotations | object |`{}`| Extra annotations. |
111
+
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created. |
112
+
| serviceAccount.name | string |`"kuberay-apiserver"`| The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
113
+
| containerPort[0].name | string |`"http"`||
114
+
| containerPort[0].containerPort | int |`8888`||
115
+
| containerPort[0].protocol | string |`"TCP"`||
116
+
| containerPort[1].name | string |`"grpc"`||
117
+
| containerPort[1].containerPort | int |`8887`||
118
+
| containerPort[1].protocol | string |`"TCP"`||
119
+
| resources | object |`{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}`| Resource requests and limits for containers. |
120
+
| sidecarContainers | list |`[]`| Sidecar containers to run along with the main container. |
121
+
| nodeSelector | object |`{}`| Node selector for pods. |
122
+
| affinity | object |`{}`| Affinity for pods. |
123
+
| tolerations | list |`[]`| Tolerations for pods. |
124
+
| service.type | string |`"ClusterIP"`| Service type. |
125
+
| service.ports | list |`[{"name":"http","port":8888,"protocol":"TCP","targetPort":8888},{"name":"rpc","port":8887,"protocol":"TCP","targetPort":8887}]`| Service port. |
0 commit comments