From 8a4902f15aa09681d86de1a9b60d2620f96a0a52 Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Sun, 25 Apr 2021 15:28:47 +0300 Subject: [PATCH] feat(k8s/applications): rephrase descriptions --- .../views/applications/create/createApplication.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/kubernetes/views/applications/create/createApplication.html b/app/kubernetes/views/applications/create/createApplication.html index 106b2454d..d2c20522b 100644 --- a/app/kubernetes/views/applications/create/createApplication.html +++ b/app/kubernetes/views/applications/create/createApplication.html @@ -567,7 +567,7 @@ Shared -

All the instances of this application will use the same data

+

Application will be deployed as a Deployment with a shared storage access

@@ -584,7 +584,7 @@ Shared
-

All the instances of this application will use the same data

+

Application will be deployed as a Deployment with a shared storage access

-

Every instance of this application will use their own data

+

Application will be deployed as a StatefulSet with each instantiating their own data

-

Every instance of this application will use their own data

+

Application will be deployed as a StatefulSet with each instantiating their own data

@@ -768,7 +768,7 @@ Global -

Deploy an instance of this container on each node of the cluster

+

Application will be deployed as a DaemonSet with an instance on each node of the cluster

@@ -784,7 +784,7 @@ Global
-

Deploy an instance of this container on each node of the cluster

+

Application will be deployed as a DaemonSet with an instance on each node of the cluster