diff --git a/teastore/auth-patch.yaml b/teastore/auth-patch.yaml deleted file mode 100644 index d8eb177..0000000 --- a/teastore/auth-patch.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: teastore-auth -spec: - template: - spec: - containers: - - name: teastore-auth - resources: - requests: - cpu: 80m - memory: 0.5Gi - limits: - cpu: 200m - memory: 0.7Gi \ No newline at end of file diff --git a/teastore/kustomization.yaml b/teastore/kustomization.yaml index 10a59f9..6376fe2 100644 --- a/teastore/kustomization.yaml +++ b/teastore/kustomization.yaml @@ -20,7 +20,6 @@ patches: ports: - port: 8080 targetPort: 8080 - - path: auth-patch.yaml - path: db-patch.yaml - path: image-patch.yaml - path: persistence-patch.yaml