-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ upgrade redis to 6.2.6, added persistency ⚠️ devops #2793
⬆️ upgrade redis to 6.2.6, added persistency ⚠️ devops #2793
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2793 +/- ##
======================================
Coverage 78.7% 78.8%
======================================
Files 674 674
Lines 27352 27352
Branches 3182 3182
======================================
+ Hits 21546 21560 +14
+ Misses 5041 5030 -11
+ Partials 765 762 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
6a73175
to
ab55ed2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 nice
@@ -20,8 +20,7 @@ services: | |||
- traefik.http.services.${SWARM_STACK_NAME}_api-server.loadbalancer.healthcheck.path=/ | |||
- traefik.http.services.${SWARM_STACK_NAME}_api-server.loadbalancer.healthcheck.interval=2000ms | |||
- traefik.http.services.${SWARM_STACK_NAME}_api-server.loadbalancer.healthcheck.timeout=1000ms | |||
- traefik.http.routers.${SWARM_STACK_NAME}_api-server.rule=hostregexp(`{host:.+}`) | |||
&& (Path(`/`, `/v0`) || PathPrefix(`/v0/`)) | |||
- traefik.http.routers.${SWARM_STACK_NAME}_api-server.rule=hostregexp(`{host:.+}`) && (Path(`/`, `/v0`) || PathPrefix(`/v0/`)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aha .. i thought lines those were intentionally folded and undid them in my last PR :-)
What do these changes do?
bonus:
Related issue/s
How to test
Checklist