Update deployment workflows
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m5s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m5s
This commit is contained in:
@@ -65,13 +65,13 @@
|
||||
"Update": {
|
||||
"Stagger": null,
|
||||
"MaxParallel": 1,
|
||||
"HealthCheck": null,
|
||||
"HealthCheck": "checks",
|
||||
"MinHealthyTime": 10000000000,
|
||||
"HealthyDeadline": 180000000000,
|
||||
"ProgressDeadline": null,
|
||||
"Canary": null,
|
||||
"Canary": 1,
|
||||
"AutoRevert": true,
|
||||
"AutoPromote": null
|
||||
"AutoPromote": true
|
||||
},
|
||||
"Migrate": null,
|
||||
"Networks": [
|
||||
@@ -118,12 +118,44 @@
|
||||
"traefik.http.services.blog-svc.loadbalancer.healthcheck.timeout=2s",
|
||||
"traefik.http.services.blog-svc.loadbalancer.healthcheck.hostname=cbraaten.dev"
|
||||
],
|
||||
"CanaryTags": null,
|
||||
"CanaryTags": [
|
||||
"canary"
|
||||
],
|
||||
"EnableTagOverride": false,
|
||||
"PortLabel": "http",
|
||||
"AddressMode": "",
|
||||
"Address": "",
|
||||
"Checks": null,
|
||||
"Checks": [
|
||||
{
|
||||
"Name": "blog-health",
|
||||
"Type": "http",
|
||||
"Command": "",
|
||||
"Args": null,
|
||||
"Path": "/healthz",
|
||||
"Protocol": "",
|
||||
"PortLabel": "",
|
||||
"Expose": false,
|
||||
"AddressMode": "",
|
||||
"Advertise": "",
|
||||
"Interval": 10000000000,
|
||||
"Timeout": 2000000000,
|
||||
"InitialStatus": "",
|
||||
"Notes": "",
|
||||
"TLSServerName": "",
|
||||
"TLSSkipVerify": false,
|
||||
"Header": null,
|
||||
"Method": "",
|
||||
"CheckRestart": null,
|
||||
"GRPCService": "",
|
||||
"GRPCUseTLS": false,
|
||||
"TaskName": "",
|
||||
"SuccessBeforePassing": 0,
|
||||
"FailuresBeforeCritical": 0,
|
||||
"FailuresBeforeWarning": 0,
|
||||
"Body": "",
|
||||
"OnUpdate": ""
|
||||
}
|
||||
],
|
||||
"CheckRestart": null,
|
||||
"Connect": null,
|
||||
"Meta": null,
|
||||
@@ -138,7 +170,7 @@
|
||||
"Kind": ""
|
||||
}
|
||||
],
|
||||
"ShutdownDelay": null,
|
||||
"ShutdownDelay": 10000000000,
|
||||
"StopAfterClientDisconnect": null,
|
||||
"MaxClientDisconnect": null,
|
||||
"Scaling": null,
|
||||
|
||||
Reference in New Issue
Block a user