From 041fb221015b4b5920585713438154d64fe65cff Mon Sep 17 00:00:00 2001 From: DAXweb Date: Sat, 10 Jan 2026 01:12:36 +0100 Subject: [PATCH] Commit 3b --- argomanifest/argo.yaml | 2 +- deploy/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/argomanifest/argo.yaml b/argomanifest/argo.yaml index 4a578ed..2308b3a 100644 --- a/argomanifest/argo.yaml +++ b/argomanifest/argo.yaml @@ -11,7 +11,7 @@ spec: source: repoURL: https://giteo.pachamama.daxweb.it/admin/hello_argocd targetRevision: HEAD - path: / + path: ./deploy destination: server: https://kubernetes.default.svc diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index cf23b9e..5ee059c 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -26,7 +26,7 @@ spec: resources: limits: memory: 256Mi - cpu: "250m" + cpu: 250m requests: memory: 4Gi - cpu: "500m" \ No newline at end of file + cpu: 100m \ No newline at end of file