Fix dragonfly
Some checks failed
ci/woodpecker/push/build Pipeline failed

Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
2026-05-08 21:40:35 +02:00
parent 796df1f58c
commit a3b82aabc6
2 changed files with 15 additions and 8 deletions

View File

@@ -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 }}

View File

@@ -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