fix: правильный ingress /cron → metrics-collector, чистый console v1.3.58, запрет костылей

This commit is contained in:
“Naeel”
2026-05-07 12:06:27 +04:00
parent 72004dd943
commit a9a81ce403
8 changed files with 54 additions and 15 deletions
+3 -3
View File
@@ -19,10 +19,10 @@ import (
)
const (
timeTriggerDefaultMethod = http.MethodPost
timeTriggerDefaultMethod = http.MethodPost
timeTriggerDefaultSubPath = "/"
timeTriggerMaxNameLen = 63
cronGatewayURL = "http://fission-console.fission.svc.cluster.local"
cronGatewayURL = "http://fission-console.fission.svc.cluster.local"
)
var validTimeTriggerMethods = map[string]struct{}{
@@ -502,4 +502,4 @@ func errStatus(err error) int {
return ae.status
}
return http.StatusInternalServerError
}
}