Skip to content

Commit 931f07d

Browse files
authored
Merge pull request #42 from jianxiaoguo/main
chore(charts): gateway.app config
2 parents e3eaffb + 82e847b commit 931f07d

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,39 @@ gateway:
341341
externalAccountBinding:
342342
keyID: ""
343343
keySecret: ""
344+
# gateway apps
345+
apps:
346+
- name: drycc-builder
347+
port: 2222
348+
protocol: TCP
349+
services:
350+
- name: drycc-builder
351+
port: 2222
352+
- name: drycc-controller
353+
port: 80
354+
hostname: drycc.{{ .Values.global.platformDomain }}
355+
protocol: HTTP
356+
services:
357+
- name: drycc-controller-api
358+
port: 80
359+
- name: drycc-rabbitmq
360+
port: 80
361+
hostname: drycc-rabbitmq.{{ .Values.global.platformDomain }}
362+
protocol: HTTP
363+
services:
364+
- name: drycc-rabbitmq
365+
port: 15672
366+
- name: drycc-prometheus
367+
port: 80
368+
hostname: drycc-prometheus.{{ .Values.global.platformDomain }}
369+
protocol: HTTP
370+
services:
371+
- name: drycc-prometheus
372+
port: 9090
373+
- name: drycc-monitor-grafana
374+
port: 80
375+
hostname: drycc-monitor-grafana.{{ .Values.global.platformDomain }}
376+
protocol: HTTP
377+
services:
378+
- name: drycc-monitor-grafana
379+
port: 80

0 commit comments

Comments
 (0)