mohitsinha commented on issue #651: FINERACT-783 Fineract on Kubernetes [WIP]
URL: https://github.com/apache/fineract/pull/651#issuecomment-565165855
 
 
   @vorburger Can we have the mysql as a sidecar container rather than having a 
separate deployment for it?
   
   I meant something along this line.
   ```apiVersion: apps/v1
   kind: Deployment
   metadata:
     creationTimestamp: null
     labels:
       run: fineract
     name: fineract
   spec:
     replicas: 1
     selector:
       matchLabels:
         run: fineract
     strategy: {}
     template:
       metadata:
         creationTimestamp: null
         labels:
           run: fineract
       spec:
         containers:
         - image: apache/fineract
           name: fineract
           resources: {}
         - image: mysql
           name: mysql
           resources: {}
   
   status: {}

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to