Skip to content

Commit 75a76a5

Browse files
committed
feat(charts): add storage console
1 parent 5b99a19 commit 75a76a5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

charts/gateway/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ apps:
2727
services:
2828
- name: drycc-rabbitmq
2929
port: 15672
30+
- name: drycc-storage
31+
port: 80
32+
hostname: drycc-storage.{{ .Values.global.platformDomain }}
33+
protocol: HTTP
34+
services:
35+
- name: drycc-storage
36+
port: 9001
3037
- name: drycc-grafana
3138
port: 80
3239
hostname: drycc-grafana.{{ .Values.global.platformDomain }}

0 commit comments

Comments
 (0)