File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ func (m Chart) GetValues() *map[string]interface{} {
5151 return nil
5252}
5353
54+ func (m Chart ) GetLabels () map [string ]string {
55+ return map [string ]string {
56+ "chain.link/component" : "blockscout" ,
57+ }
58+ }
59+
5460func (m Chart ) ExportData (e * environment.Environment ) error {
5561 bsURL , err := e .Fwd .FindPort (
5662 fmt .Sprintf ("%s:0" , m .GetName ()),
Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ func (m Chart) GetValues() *map[string]interface{} {
3939 return nil
4040}
4141
42+ func (m Chart ) GetLabels () map [string ]string {
43+ return map [string ]string {
44+ "chain.link/component" : "goc" ,
45+ }
46+ }
47+
4248func (m Chart ) ExportData (e * environment.Environment ) error {
4349 return nil
4450}
Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ func (m Chart) GetValues() *map[string]interface{} {
4545 return nil
4646}
4747
48+ func (m Chart ) GetLabels () map [string ]string {
49+ return map [string ]string {
50+ "chain.link/component" : "http_dummy" ,
51+ }
52+ }
53+
4854func (m Chart ) ExportData (e * environment.Environment ) error {
4955 url , err := e .Fwd .FindPort (
5056 fmt .Sprintf ("%s:0" , m .GetName ()),
You can’t perform that action at this time.
0 commit comments