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.
2 parents b53e846 + 90090ef commit 3237e79Copy full SHA for 3237e79
helm-charts/doris-operator/templates/deployment.yaml
@@ -118,10 +118,12 @@ spec:
118
port: 8081
119
initialDelaySeconds: 5
120
periodSeconds: 10
121
- # TODO(user): Configure the resources accordingly based on the project requirements.
122
- # More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
123
resources:
+ {{- if .Values.dorisOperator.resources }}
+ {{- toYaml .Values.dorisOperator.resources | nindent 12 }}
124
+ {{ else }}
125
{{- include "operator.default.resources" . | indent 8 }}
126
+ {{- end }}
127
volumeMounts:
128
- mountPath: /tmp/k8s-webhook-server/serving-certs
129
name: cert
0 commit comments