File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed
pkg/controller/manifests/templates Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11build_root_image :
22 namespace : ci
33 name : kcp-dev-build-root
4- tag : " 1.19 .2"
4+ tag : " 1.21 .2"
Original file line number Diff line number Diff line change 2020 metadata :
2121 labels :
2222 app : status-controller
23+ annotations :
24+ profiles.grafana.com/cpu.port : " 9282"
25+ profiles.grafana.com/cpu.scrape : " true"
26+ profiles.grafana.com/goroutine.port : " 9282"
27+ profiles.grafana.com/goroutine.scrape : " true"
28+ profiles.grafana.com/memory.port : " 9282"
29+ profiles.grafana.com/memory.scrape : " true"
2330 spec :
2431 securityContext :
2532 runAsNonRoot : true
5562 - name : status-controller
5663 image : controller
5764 imagePullPolicy : IfNotPresent
65+ ports :
66+ - containerPort : 9280
67+ protocol : TCP
68+ name : metrics
69+ - containerPort : 9282
70+ protocol : TCP
71+ name : debug-pprof
5872 securityContext :
5973 allowPrivilegeEscalation : false
6074 capabilities :
Original file line number Diff line number Diff line change 1414 metadata :
1515 labels :
1616 app : status-agent
17+ annotations :
18+ profiles.grafana.com/cpu.port : " 8082"
19+ profiles.grafana.com/cpu.scrape : " true"
20+ profiles.grafana.com/goroutine.port : " 8082"
21+ profiles.grafana.com/goroutine.scrape : " true"
22+ profiles.grafana.com/memory.port : " 8082"
23+ profiles.grafana.com/memory.scrape : " true"
1724 spec :
1825 serviceAccountName : status-agent-sa
1926{{- if .NodeSelector }}
4249 - name : status-agent
4350 image : {{ .Image }}
4451 imagePullPolicy : IfNotPresent
52+ ports :
53+ - containerPort : 8080
54+ protocol : TCP
55+ name : metrics
56+ - containerPort : 8082
57+ protocol : TCP
58+ name : debug-pprof
4559{{- if or .HTTPProxy .HTTPSProxy}}
4660 env :
4761 {{- if .HTTPProxy }}
You can’t perform that action at this time.
0 commit comments