Skip to content

Commit

Permalink
chore(k8s/amour/vm): increase vmsingle memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed May 8, 2024
1 parent dc5cb5d commit 413d986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/amour/vm/vm_single_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
}
resources: limits: {
(v1.#ResourceCPU): "2"
(v1.#ResourceMemory): "1.5Gi"
(v1.#ResourceMemory): "2Gi"
}
securityContext: {
runAsUser: 1000
Expand Down

0 comments on commit 413d986

Please sign in to comment.