Marek Skalický
Marek Skalický
> Right now the nginx.conf provided by s2i by default includes a block: > > location { > } @srang I can see empty `location` block only in test app...
To be honest I'm not sure what you want to do - from PR it'll be more clear I think. So guessing: following can't be used? **./nginx-default-cfg/*.conf** Contains any nginx...
Thanks. I hope I finally understand. Sorry. It makes sense, but I'm not nginx expert. @notroj What do you think?
@jbornemann I see that in mentioned example repo you have separate templates for configsvr, mongos and shard replicasets. Will someone use some part separately? Or users will create them all...
Hi, this repo contains outdated `common/` build scripts. So you need to run `git submodule update --remote` in this repository. To get these fixes: https://github.com/sclorg/container-common-scripts/pull/100 https://github.com/sclorg/container-common-scripts/pull/102
Deployment of application was done using this template https://github.com/sclorg/mongodb-container/blob/master/examples/petset/mongodb-petset-persistent.yaml @dongboyan77 Could you provide `oc` commands how to reproduce this please?
@dongboyan77 Thanks. And then? ``` oc scale --replicas=0 statefulsets/mongodb oc scale --replicas=3 statefulsets/mongodb ``` is working for me. So I am not possible to reproduce this issue with current `docker.io/mongodb-XY-centos7`...
Thanks. After this I can also see "Detected unclean shutdown - /var/lib/mongodb/data/mongod.lock is not empty." error message in logs. But mongod recovers automatically so deployment does not fail. (so after...
> do you guys see any issues with this template being used for production apps? @alikhajeh1 Please, what template are you referring? > So my concern isn't high-availability, but a...
Using SNI does not require using SSL/TLS on the server too? Currently it is not possible to enable SSL for mongodb container - I plan to add this after s2i...