diff --git a/index.html b/index.html index 6b0fb3d..8e1316f 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ diff --git a/stat.html b/stat.html index 8a6cf56..8003071 100644 --- a/stat.html +++ b/stat.html @@ -1,3 +1,4 @@ + @@ -40,7 +41,29 @@

-

The statistics represent hits & queries on all servers attached to the database. - Multiple servers are served by each database server.

+

The statistics represent hits & queries on all servers in the cluster.

+ + + + + + + + + + + + + + + + + + + + + + +
An OwlBoard Cluster consists of:
Kubernetes environment with suitable ingress configured
At least one MongoDB database (maybe clustered across multiple instances)
At most one db-manager (Run as a initContainer and optionally as a CronJob)
At least one backend server
At least one web server service (Caching is done at this level so more than one service may increase API hits)
\ No newline at end of file diff --git a/sw.js b/sw.js index 3095f77..1774d8e 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "0.1.2-test" +const appVersion = "0.1.3-test" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [