File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments