Andruss
Andruss
ping any updates on helm3 support ?
@pmungenast thanks for your workaround
Sorry for long reply. Here is more detailed case. Well i had an around 40 java microservices i.e pods and each of them had separate database schemas configured through jdbc...
@rasheedamir > with uber-secret you will have this issue yeah that's why i'm bothering you > So we can either have to use an annotation that will contain a map...
@kklimonda same here in the end i added in my deploymet/statefullset > {{- if .Values.annotations }} > annotations: > {{ toYaml .Values.annotations | indent 4 }} > {{- end }}...
Yes for centos user name is apache and my line looks as following: WSGIDaemonProcess restlos user=apache group=apache threads=5 But i get the same error 503 also tried to change group...
> So have you tried disabling SELinux? Yes of course [root@server ~]# cat /etc/selinux/config | grep SELINUX # SELINUX= can take one of these three values: SELINUX=disabled > please show...
> did you have any progress here? Nope.Still keep running like separate process i.e: `python2.7 /opt/restlos/restlosapi.py 5000 &` > I just had the chance to test you configuration on a...
We face the same issue when tried to run above chart without any persistence for live (master) node Even with : true on the slave and trueOn the masters. After...
@chandras-xl The issue is not with chart but with Artemis cluster configuration itself. So If you don’t have any kind persistent storage inside your k8s, move your cluster formation on...