diff --git a/apps/paperclip/deployment.yaml b/apps/paperclip/deployment.yaml index 3030af1..36416d0 100644 --- a/apps/paperclip/deployment.yaml +++ b/apps/paperclip/deployment.yaml @@ -103,11 +103,11 @@ spec: failureThreshold: 3 resources: limits: - cpu: 2000m - memory: 4Gi + cpu: 1000m + memory: 2Gi requests: - cpu: 500m - memory: 1Gi + cpu: 200m + memory: 512Mi volumes: - name: data persistentVolumeClaim: diff --git a/apps/paperclip/paperclip-secrets-sealed.yaml b/apps/paperclip/paperclip-secrets-sealed.yaml index bee7cd4..e66e432 100644 --- a/apps/paperclip/paperclip-secrets-sealed.yaml +++ b/apps/paperclip/paperclip-secrets-sealed.yaml @@ -19,4 +19,6 @@ spec: creationTimestamp: null name: paperclip-secrets namespace: paperclip + annotations: + argocd.argoproj.io/compare-options: IgnoreExtraneous type: Opaque