Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
@@ -7,11 +7,8 @@ metadata:
|
||||
spec:
|
||||
imagePullPolicy: Always
|
||||
networkPolicyEnabled: true
|
||||
replicas: 1
|
||||
replicas: {{ .Values.dragonfly.replicas }}
|
||||
{{- with .Values.dragonfly.resources }}
|
||||
resources:
|
||||
limits:
|
||||
cpu: 20m
|
||||
memory: 256Mi
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 128Mi
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -35,7 +35,7 @@ resources: {}
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
||||
# limits:
|
||||
# limit
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
# requests:
|
||||
@@ -75,3 +75,13 @@ volumeMounts: []
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
dragonfly:
|
||||
replicas: 1
|
||||
resources:
|
||||
limit:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
Reference in New Issue
Block a user