Update prometheus-adapter-deployment.yaml

This commit is contained in:
zyue110026 2025-07-13 13:14:51 -05:00 committed by Carlos Eduardo
parent 6459b9b056
commit 628b1ad6a9

View File

@ -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