From bdadd1b1d929aaaed4fbf56016424a191592eeae Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Tue, 30 Mar 2021 13:54:55 -0600 Subject: [PATCH] commit ok --- Deployment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Deployment diff --git a/Deployment b/Deployment new file mode 100644 index 0000000..5ad220f --- /dev/null +++ b/Deployment @@ -0,0 +1,8 @@ +Hello, Adolfo from Portainer here. + + + +if you don't persist data and use a replica count of 1: deployment +if you don't persist data and use a global deployment: daemonset +if you persist data using shared access policy, and use a replica count >1: deployment +if you persist data using isolated access policy: statefulset