summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 01:22:10 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 01:22:10 +0200
commit983441625776062841772f94feea449041dc1c24 (patch)
treeca7a2d4407996e759fa3701feec39d096e8f8784
parent68c716de0135e1ae5af231c5241ac66e359e9c97 (diff)
Release v0.47v0.47
-rw-r--r--.config6
-rw-r--r--etc/docker/images/www2
-rw-r--r--etc/kubernetes/manifests/020_svc.yaml2
-rw-r--r--etc/kubernetes/manifests/030_deploy.yaml2
-rw-r--r--etc/swarm/manifests/compose.yaml4
5 files changed, 8 insertions, 8 deletions
diff --git a/.config b/.config
index 920a6f2..ea2c5f2 100644
--- a/.config
+++ b/.config
@@ -1,7 +1,7 @@
port test 31001
port stable 30001
project www
-stable test
-stack www-test
-version 0.47-rc8
+stable stable
+stack www-stable
+version 0.47
archs aarch64,x86_64
diff --git a/etc/docker/images/www b/etc/docker/images/www
index 3cc0c80..c936bf3 100644
--- a/etc/docker/images/www
+++ b/etc/docker/images/www
@@ -1,6 +1,6 @@
reg docker.io
user alejandrocolomar
repo www
-lbl 0.47-rc8
+lbl 0.47
digest x86_64
digest aarch64
diff --git a/etc/kubernetes/manifests/020_svc.yaml b/etc/kubernetes/manifests/020_svc.yaml
index d4b0fbb..93a30ef 100644
--- a/etc/kubernetes/manifests/020_svc.yaml
+++ b/etc/kubernetes/manifests/020_svc.yaml
@@ -13,7 +13,7 @@ metadata:
spec:
ports:
-
- nodePort: 31001
+ nodePort: 30001
port: 8080
protocol: TCP
targetPort: 8080
diff --git a/etc/kubernetes/manifests/030_deploy.yaml b/etc/kubernetes/manifests/030_deploy.yaml
index 7f1d056..da39fa6 100644
--- a/etc/kubernetes/manifests/030_deploy.yaml
+++ b/etc/kubernetes/manifests/030_deploy.yaml
@@ -21,7 +21,7 @@ spec:
spec:
containers:
-
- image: "docker.io/alejandrocolomar/www:0.47-rc8"
+ image: "docker.io/alejandrocolomar/www:0.47"
livenessProbe:
httpGet:
path: /
diff --git a/etc/swarm/manifests/compose.yaml b/etc/swarm/manifests/compose.yaml
index 7b51935..9bd89c3 100644
--- a/etc/swarm/manifests/compose.yaml
+++ b/etc/swarm/manifests/compose.yaml
@@ -45,11 +45,11 @@ services:
start_period: 30s
test: curl -4s -o /dev/null -w '%{http_code}' http://localhost:8080
timeout: 1s
- image: "docker.io/alejandrocolomar/www:0.47-rc8"
+ image: "docker.io/alejandrocolomar/www:0.47"
networks:
-
"alejandro-colomar"
ports:
- - "31001:8080"
+ - "30001:8080"
version: "3.8"