move replicas from UI and driver to values
Signed-off-by: Andru Cherny <wiroatom@gmail.com>
This commit is contained in:
parent
1e8dd33559
commit
368d8363da
@ -6,7 +6,7 @@ metadata:
|
||||
name: longhorn-ui
|
||||
namespace: {{ include "release_namespace" . }}
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: {{ .Values.longhornUI.replicas }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: longhorn-ui
|
||||
|
@ -155,6 +155,7 @@ longhornDriver:
|
||||
# label-key2: "label-value2"
|
||||
|
||||
longhornUI:
|
||||
replicas: 1
|
||||
priorityClass: ~
|
||||
tolerations: []
|
||||
## If you want to set tolerations for Longhorn UI Deployment, delete the `[]` in the line above
|
||||
|
Loading…
Reference in New Issue
Block a user