File tree Expand file tree Collapse file tree 5 files changed +62
-2
lines changed
vertical-pod-autoscaler/deploy Expand file tree Collapse file tree 5 files changed +62
-2
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ spec:
4646 livenessProbe :
4747 httpGet :
4848 path : /health-check
49- port : 8944
49+ port : prometheus
5050 scheme : HTTP
5151 initialDelaySeconds : 5
5252 periodSeconds : 10
5353 failureThreshold : 3
5454 readinessProbe :
5555 httpGet :
5656 path : /health-check
57- port : 8944
57+ port : prometheus
5858 scheme : HTTP
5959 periodSeconds : 10
6060 failureThreshold : 3
Original file line number Diff line number Diff line change 4141 ports :
4242 - name : prometheus
4343 containerPort : 8942
44+ livenessProbe :
45+ httpGet :
46+ path : /health-check
47+ port : prometheus
48+ scheme : HTTP
49+ initialDelaySeconds : 5
50+ periodSeconds : 10
51+ failureThreshold : 3
52+ readinessProbe :
53+ httpGet :
54+ path : /health-check
55+ port : prometheus
56+ scheme : HTTP
57+ periodSeconds : 10
58+ failureThreshold : 3
Original file line number Diff line number Diff line change 4141 ports :
4242 - name : prometheus
4343 containerPort : 8942
44+ livenessProbe :
45+ httpGet :
46+ path : /health-check
47+ port : prometheus
48+ scheme : HTTP
49+ initialDelaySeconds : 5
50+ periodSeconds : 10
51+ failureThreshold : 3
52+ readinessProbe :
53+ httpGet :
54+ path : /health-check
55+ port : prometheus
56+ scheme : HTTP
57+ periodSeconds : 10
58+ failureThreshold : 3
Original file line number Diff line number Diff line change 3232 ports :
3333 - name : prometheus
3434 containerPort : 8942
35+ livenessProbe :
36+ httpGet :
37+ path : /health-check
38+ port : prometheus
39+ scheme : HTTP
40+ initialDelaySeconds : 5
41+ periodSeconds : 10
42+ failureThreshold : 3
43+ readinessProbe :
44+ httpGet :
45+ path : /health-check
46+ port : prometheus
47+ scheme : HTTP
48+ periodSeconds : 10
49+ failureThreshold : 3
Original file line number Diff line number Diff line change 3737 ports :
3838 - name : prometheus
3939 containerPort : 8943
40+ livenessProbe :
41+ httpGet :
42+ path : /health-check
43+ port : prometheus
44+ scheme : HTTP
45+ initialDelaySeconds : 5
46+ periodSeconds : 10
47+ failureThreshold : 3
48+ readinessProbe :
49+ httpGet :
50+ path : /health-check
51+ port : prometheus
52+ scheme : HTTP
53+ periodSeconds : 10
54+ failureThreshold : 3
You can’t perform that action at this time.
0 commit comments