summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-19 12:37:53 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-19 12:37:53 +0200
commit30718d05a78fcb4f5e9108c2b6f4438c58e5489f (patch)
tree0172fc40db43cb780ad429cc3b80fc60efd95441
parent13fafdec66dc6ce3f4c7b16d2960bf178882ad1f (diff)
Pre-release 0.27-rc100.27-rc10
-rw-r--r--etc/docker/kubernetes/020_svc.yaml2
-rw-r--r--etc/docker/kubernetes/030_deploy.yaml2
-rw-r--r--etc/docker/swarm/compose.yaml2
-rw-r--r--etc/www/config.sh2
-rw-r--r--srv/www/index.html4
5 files changed, 6 insertions, 6 deletions
diff --git a/etc/docker/kubernetes/020_svc.yaml b/etc/docker/kubernetes/020_svc.yaml
index 3a0ecc7..d4b0fbb 100644
--- a/etc/docker/kubernetes/020_svc.yaml
+++ b/etc/docker/kubernetes/020_svc.yaml
@@ -13,7 +13,7 @@ metadata:
spec:
ports:
-
- nodePort: 32001
+ nodePort: 31001
port: 8080
protocol: TCP
targetPort: 8080
diff --git a/etc/docker/kubernetes/030_deploy.yaml b/etc/docker/kubernetes/030_deploy.yaml
index 13539cf..692709e 100644
--- a/etc/docker/kubernetes/030_deploy.yaml
+++ b/etc/docker/kubernetes/030_deploy.yaml
@@ -20,7 +20,7 @@ spec:
spec:
containers:
-
- image: "alejandrocolomar/www:alx"
+ image: "alejandrocolomar/www:0.27-rc10"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index 5ffc0a9..d5d92dc 100644
--- a/etc/docker/swarm/compose.yaml
+++ b/etc/docker/swarm/compose.yaml
@@ -31,7 +31,7 @@ services:
replicas: 1
restart_policy:
condition: any
- image: "alejandrocolomar/www:0.27-rc9"
+ image: "alejandrocolomar/www:0.27-rc10"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 1e21b32..728c9c2 100644
--- a/etc/www/config.sh
+++ b/etc/www/config.sh
@@ -22,7 +22,7 @@ WWW_PORT_STABLE=30001;
WWW_PROJECT="www";
WWW_STABILITY="rc"; ## "stable", "rc", or "exp"
WWW_STACK="${WWW_PROJECT}-${WWW_STABILITY}";
-WWW_VERSION="0.27-rc9"; ## tag name or branch name.
+WWW_VERSION="0.27-rc10"; ## tag name or branch name.
################################################################################
diff --git a/srv/www/index.html b/srv/www/index.html
index 27bb84f..d3617a9 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -53,8 +53,8 @@
<hr/>
<pre>
This site doesn't use cookies :)
-Last modified: 19/Oct/2020 10:28:14 UTC
-Version: 0.27-rc9
+Last modified: 19/Oct/2020 10:37:53 UTC
+Version: 0.27-rc10
Alejandro Colomar
</pre>
<hr/>