summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-08-30 12:07:57 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-08-30 12:07:57 +0200
commitc5d6959bc81d49deeba6ff58d0194d683e487422 (patch)
tree0ccb814c81ef1b52a58bd9e91d7788d1ab7faedb
parentff48dc885f7a8fd240de591982b8bf10bfc112c0 (diff)
Pre-release 0.19-a10.19-a1
-rw-r--r--etc/docker/kubernetes/deployment.yaml2
-rw-r--r--etc/docker/kubernetes/service.yaml2
-rw-r--r--etc/docker/swarm/docker-compose.yaml8
-rw-r--r--etc/www/config.sh4
-rw-r--r--srv/www/index.html4
5 files changed, 10 insertions, 10 deletions
diff --git a/etc/docker/kubernetes/deployment.yaml b/etc/docker/kubernetes/deployment.yaml
index 5d7f081..64de838 100644
--- a/etc/docker/kubernetes/deployment.yaml
+++ b/etc/docker/kubernetes/deployment.yaml
@@ -20,7 +20,7 @@ spec:
spec:
containers:
-
- image: "alejandrocolomar/www:0.18.0"
+ image: "alejandrocolomar/www:0.19-a1"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/kubernetes/service.yaml b/etc/docker/kubernetes/service.yaml
index 61db58a..48ccdda 100644
--- a/etc/docker/kubernetes/service.yaml
+++ b/etc/docker/kubernetes/service.yaml
@@ -11,7 +11,7 @@ metadata:
spec:
ports:
-
- nodePort: 30001
+ nodePort: 32001
port: 8080
selector:
service: www-svc
diff --git a/etc/docker/swarm/docker-compose.yaml b/etc/docker/swarm/docker-compose.yaml
index b4ddbfc..051f120 100644
--- a/etc/docker/swarm/docker-compose.yaml
+++ b/etc/docker/swarm/docker-compose.yaml
@@ -31,18 +31,18 @@ services:
replicas: 1
restart_policy:
condition: any
- image: "alejandrocolomar/www:0.18.0"
+ image: "alejandrocolomar/www:0.19-a1"
networks:
-
"alejandro-colomar"
ports:
- - "30001:8080"
+ - "32001:8080"
version: "3.8"
################################################################################
#$ docker swarm init;
-#$ docker stack deploy -c etc/docker/swarm/docker-compose.yaml www_stable;
-#$ docker stack rm www_stable;
+#$ docker stack deploy -c etc/docker/swarm/docker-compose.yaml www_exp;
+#$ docker stack rm www_exp;
#$ docker swarm leave;
################################################################################
diff --git a/etc/www/config.sh b/etc/www/config.sh
index b996b93..c0a614d 100644
--- a/etc/www/config.sh
+++ b/etc/www/config.sh
@@ -20,9 +20,9 @@ WWW_CONFIG_H="/etc/www/config.sh included";
WWW_PORT_EXP=32001;
WWW_PORT_RC=31001;
WWW_PORT_STABLE=30001;
-WWW_STABILITY="stable"; ## "stable", "rc", or "exp"
+WWW_STABILITY="exp"; ## "stable", "rc", or "exp"
WWW_STACK_BASENAME="www";
-WWW_VERSION="0.18.0"; ## tag name or branch name.
+WWW_VERSION="0.19-a1"; ## tag name or branch name.
################################################################################
diff --git a/srv/www/index.html b/srv/www/index.html
index cf339a1..a483e90 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: 29/Aug/2020 18:59:55 UTC
-Version: 0.18.0
+Last modified: 30/Aug/2020 10:07:57 UTC
+Version: 0.19-a1
Alejandro Colomar
</pre>
<hr/>