-
Notifications
You must be signed in to change notification settings - Fork 659
Closed
Labels
enhancementNew feature or requestNew feature or requestgood-first-issueGood for newcomersGood for newcomers
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
The default replicas of kuberay-operator is 1, and can't be configured by Helm.
kuberay/helm-chart/kuberay-operator/templates/deployment.yaml
Lines 1 to 12 in 3626d5c
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: {{ include "kuberay-operator.deployment.name" . }} | |
| namespace: {{ .Release.Namespace }} | |
| labels: | |
| {{- include "kuberay-operator.labels" . | nindent 4 }} | |
| {{- with .Values.labels }} | |
| {{- toYaml . | nindent 4 }} | |
| {{- end }} | |
| spec: | |
| replicas: 1 |
We can expose a value such as .Values.replicas in the Helm chart to enable high availability support.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Future-Outlier, justinyeh1995, acrewdson, 400Ping and divyamraj18
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood-first-issueGood for newcomersGood for newcomers