From 628b1ad6a97c9cbcdadaaff4378eb04821a37d9d Mon Sep 17 00:00:00 2001 From: zyue110026 <98426905+zyue110026@users.noreply.github.com> Date: Sun, 13 Jul 2025 13:14:51 -0500 Subject: [PATCH] Update prometheus-adapter-deployment.yaml --- manifests/prometheus-adapter-deployment.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifests/prometheus-adapter-deployment.yaml b/manifests/prometheus-adapter-deployment.yaml index b9632c8..b95f07d 100644 --- a/manifests/prometheus-adapter-deployment.yaml +++ b/manifests/prometheus-adapter-deployment.yaml @@ -29,17 +29,6 @@ spec: name: prometheus-adapter ports: - containerPort: 6443 - resources: - requests: - memory: "256Mi" - cpu: "250m" - limits: - memory: "512Mi" - cpu: "500m" - securityContext: - runAsUser: 1000 - runAsNonRoot: true - readOnlyRootFilesystem: true volumeMounts: - mountPath: /tmp name: tmpfs