Skip to content

Commit

Permalink
Added quota info
Browse files Browse the repository at this point in the history
  • Loading branch information
pielas committed Jul 31, 2024
1 parent d29175e commit 37a197f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
{{ include "nussknacker.labels" . | nindent 8 }}
spec:
serviceAccountName: nussknacker
serviceAccountName: flink-delete-sa
containers:
- name: delete-flinkdeployments
image: bitnami/kubectl:latest
Expand All @@ -25,6 +25,13 @@ spec:
- -c
- |
kubectl delete flinkdeployments --all -n {{ .Release.Namespace }}
resources:
limits:
cpu: "100m"
memory: "30Mi"
requests:
cpu: "100m"
memory: "30Mi"
restartPolicy: Never
backoffLimit: 1
{{- end }}

0 comments on commit 37a197f

Please sign in to comment.