init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: pod-with-monitoring
|
||||
namespace: default
|
||||
annotations:
|
||||
monitoring.company.com/scrape: "true"
|
||||
monitoring.company.com/port: "8080" # кастомный порт scraping
|
||||
spec:
|
||||
containers:
|
||||
- name: app
|
||||
image: nginx:1.25.3
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
Reference in New Issue
Block a user