Skip to content

Commit 000a4ba

Browse files
committed
fit: admin system cron port
1 parent 81cb313 commit 000a4ba

File tree

1 file changed

+18
-2
lines changed
  • charts/scroll-stack/charts/admin-system-cron

1 file changed

+18
-2
lines changed

charts/scroll-stack/charts/admin-system-cron/values.yaml

+18-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ env:
1818
value: "fake"
1919
- name: CHAIN_ID
2020
value: "222222"
21+
- name: HTTP_PORT
22+
value: "8080"
2123
- name: METRICS_PORT
2224
value: "8090"
2325
- name: GIN_MODE
@@ -39,6 +41,21 @@ resources:
3941
memory: "1Gi"
4042
cpu: "1"
4143

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+
4259
probes:
4360
liveness:
4461
enabled: false
@@ -47,7 +64,6 @@ probes:
4764
startup:
4865
enabled: false
4966

50-
5167
persistence:
5268
*app_name:
5369
enabled: yes
@@ -135,4 +151,4 @@ serviceMonitor:
135151
endpoints:
136152
- port: http
137153
interval: 1m
138-
scrapeTimeout: 10s
154+
scrapeTimeout: 10s

0 commit comments

Comments
 (0)