mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2025-08-04 13:46:17 +02:00
Merge bfe7087f0a
into a8c6bba80d
This commit is contained in:
commit
cd6e87da80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user