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
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
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