cuber 1.9.0 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/cuber/templates/deployment.yml.erb +5 -0
- data/lib/cuber/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ca7d84411e2b7547a373b76894795cc4897390e05c299c9f0e3a76c23b9d80c
|
4
|
+
data.tar.gz: bb50003cf609aad7beeadba07ab288650621d84f05c78609df473141605851b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94403e16a1203366e96287f172e75bfe1362c5025e8000b01adf5210330b46ac974dee6ab5c86857660ef4f3db083ba6611faf88af13d737e44c80140817d836
|
7
|
+
data.tar.gz: ea49d6d4c512e08067b6a466155c417143bc6e2edf1a54f2c68c90be06e924ad665799bec2081b1cef01f70fdda025394d790602ba66d03a96550fc31d31771f
|
data/README.md
CHANGED
@@ -72,6 +72,12 @@ $ cuber info
|
|
72
72
|
|
73
73
|
Check out the [Cuberfile configuration](https://cuber.cloud/docs/cuberfile) and the [Cuber CLI commands](https://cuber.cloud/docs/cli) for more information.
|
74
74
|
|
75
|
+
## Production-ready
|
76
|
+
|
77
|
+
We have built Cuber for scaling [Pushpad](https://pushpad.xyz). Cuber has been used in production for over a year and it is stable and reliable. We had 100% uptime and we saved 80% on cloud costs.
|
78
|
+
|
79
|
+
Cuber is a mature project that has all the features needed for deploying applications on Kubernetes and it is used every day for several projects.
|
80
|
+
|
75
81
|
## License
|
76
82
|
|
77
83
|
Cuber is released under the [Apache-2.0 license](https://opensource.org/licenses/Apache-2.0).
|
@@ -197,6 +197,11 @@ spec:
|
|
197
197
|
value: <%= URI.parse(@options[:health]).host.to_json %>
|
198
198
|
- name: X-Forwarded-Proto
|
199
199
|
value: <%= URI.parse(@options[:health]).scheme.to_json %>
|
200
|
+
initialDelaySeconds: 0
|
201
|
+
periodSeconds: 10
|
202
|
+
timeoutSeconds: 5
|
203
|
+
successThreshold: 1
|
204
|
+
failureThreshold: 3
|
200
205
|
<%- end -%>
|
201
206
|
<%- if @options[:migrate] && @options[:migrate][:check] -%>
|
202
207
|
initContainers:
|
data/lib/cuber/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cuber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cuber
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|