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