This commit is contained in:
zyue110026 2025-07-13 18:20:15 +00:00 committed by GitHub
commit cd6e87da80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,17 @@ 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