mirror of
				https://github.com/carlosedp/cluster-monitoring.git
				synced 2025-10-26 10:23:04 +01:00 
			
		
		
		
	Update prometheus-adapter-deployment.yaml
Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									3475475536
								
							
						
					
					
						commit
						6459b9b056
					
				@ -29,6 +29,17 @@ spec:
 | 
				
			|||||||
        name: prometheus-adapter
 | 
					        name: prometheus-adapter
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
        - containerPort: 6443
 | 
					        - containerPort: 6443
 | 
				
			||||||
 | 
					        resources:
 | 
				
			||||||
 | 
					          requests:
 | 
				
			||||||
 | 
					            memory: "256Mi"
 | 
				
			||||||
 | 
					            cpu: "250m"
 | 
				
			||||||
 | 
					          limits:
 | 
				
			||||||
 | 
					            memory: "512Mi"
 | 
				
			||||||
 | 
					            cpu: "500m"
 | 
				
			||||||
 | 
					        securityContext:
 | 
				
			||||||
 | 
					          runAsUser: 1000
 | 
				
			||||||
 | 
					          runAsNonRoot: true
 | 
				
			||||||
 | 
					          readOnlyRootFilesystem: true
 | 
				
			||||||
        volumeMounts:
 | 
					        volumeMounts:
 | 
				
			||||||
        - mountPath: /tmp
 | 
					        - mountPath: /tmp
 | 
				
			||||||
          name: tmpfs
 | 
					          name: tmpfs
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user