File tree 1 file changed +18
-2
lines changed
charts/scroll-stack/charts/admin-system-cron
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 18
18
value : " fake"
19
19
- name : CHAIN_ID
20
20
value : " 222222"
21
+ - name : HTTP_PORT
22
+ value : " 8080"
21
23
- name : METRICS_PORT
22
24
value : " 8090"
23
25
- name : GIN_MODE
@@ -39,6 +41,21 @@ resources:
39
41
memory : " 1Gi"
40
42
cpu : " 1"
41
43
44
+ service :
45
+ main :
46
+ enabled : true
47
+ primary : true
48
+ ports :
49
+ http :
50
+ primary : true
51
+ enabled : true
52
+ port : 8080
53
+ protocol : HTTP
54
+ metrics :
55
+ enabled : true
56
+ port : 8090
57
+ targetPort : 8090
58
+
42
59
probes :
43
60
liveness :
44
61
enabled : false
@@ -47,7 +64,6 @@ probes:
47
64
startup :
48
65
enabled : false
49
66
50
-
51
67
persistence :
52
68
*app_name:
53
69
enabled : yes
@@ -135,4 +151,4 @@ serviceMonitor:
135
151
endpoints :
136
152
- port : http
137
153
interval : 1m
138
- scrapeTimeout : 10s
154
+ scrapeTimeout : 10s
You can’t perform that action at this time.
0 commit comments