You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/12/12 20:09:44 UTC

[GitHub] [fineract] mohitsinha edited a comment on issue #651: FINERACT-783 Fineract on Kubernetes [WIP]

mohitsinha edited a comment 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:
users@infra.apache.org


With regards,
Apache Git Services