Replies: 1 comment
-
| 
         I noticed the same thing. Also, the environment variables are duplicated, and I'm not sure if it's by design (e.g. required) or just some copy-paste. Same with the volume mounts.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
It is a very bad practice to share mount volumes between multiple containers, containers must communicate via middleware services (API for ex.).
In addition, this blocks a deployment on kubernetes because longhorn volumes cannot be mount by multiple pods, making it impossible to run on kubernetes unless using totally unsupported and very bad practice NFS shared share that will at some point corrupt the DB.
Any reason to stick to that ?
Beta Was this translation helpful? Give feedback.
All reactions