feat(gitea): update Gitea version to 1.23.7 and enhance liveness probe with TLS support
This commit is contained in:
@@ -98,8 +98,9 @@ resource "kubernetes_deployment" "gitea" {
|
||||
|
||||
liveness_probe {
|
||||
http_get {
|
||||
path = "/api/healthz"
|
||||
port = "http"
|
||||
path = "/api/healthz"
|
||||
port = "http"
|
||||
scheme = var.tls_enabled ? "HTTPS" : "HTTP"
|
||||
}
|
||||
initial_delay_seconds = 200
|
||||
period_seconds = 300
|
||||
|
||||
Reference in New Issue
Block a user