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