feat(fortidynasync): Kubernetes pod with kilobytes request?

This commit is contained in:
JJGadgets
2025-05-26 21:26:09 +08:00
parent be32746743
commit c7b7cfeff2

View File

@@ -45,7 +45,7 @@ spec:
cpu: "10m"
limits:
cpu: "1"
memory: "128Mi"
memory: "900Ki" # barely takes kilobytes according to Python, let's try
defaultPodOptions:
automountServiceAccountToken: false
enableServiceLinks: false