From 0c4c5d6843849fc884f306f559886e653cdeaaaa Mon Sep 17 00:00:00 2001 From: devops Date: Sun, 26 Jul 2026 20:55:24 +0000 Subject: [PATCH] Delete directory 'workloads/patches' --- workloads/patches/catalog-resources.yaml | 16 --------------- workloads/patches/frontend-resources.yaml | 24 ----------------------- 2 files changed, 40 deletions(-) delete mode 100644 workloads/patches/catalog-resources.yaml delete mode 100644 workloads/patches/frontend-resources.yaml diff --git a/workloads/patches/catalog-resources.yaml b/workloads/patches/catalog-resources.yaml deleted file mode 100644 index 89b2e96..0000000 --- a/workloads/patches/catalog-resources.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: catalog-api-deploy -spec: - template: - spec: - containers: - - name: api - resources: - requests: - cpu: 25m - memory: 32Mi - limits: - cpu: 250m - memory: 128Mi \ No newline at end of file diff --git a/workloads/patches/frontend-resources.yaml b/workloads/patches/frontend-resources.yaml deleted file mode 100644 index cac50c2..0000000 --- a/workloads/patches/frontend-resources.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: frontend-deploy -spec: - replicas: 2 - - strategy: - type: RollingUpdate - rollingUpdate: - maxUnavailable: 0 - maxSurge: 1 - - template: - spec: - containers: - - name: web - resources: - requests: - cpu: 100m - memory: 256Mi - limits: - cpu: "1" - memory: 768Mi \ No newline at end of file