Adrian Joian
Adrian Joian
> I'm stuck here too, I have a route /api*, /ws* and a default /, only the default works Have you looked at this: ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata:...
I'm experiencing this issue with docker 20.10.17, build 100c701 on the latest ubuntu 22.04
Fixed by PR https://github.com/Azure/Moodle/commit/630b0f58c1711b92fbd5010e59dd2d62ea527c9b
Changes have been already implemented.
Fixed by https://github.com/Azure/Moodle/pull/289
the template can be expanded to use F series VM SKUs for the webservers, one of the largest MySQL flexible servers SKUs as database and for storage you can use...
added to feature requests.
@ojordano can you describe more the situation, are you using PV/PVC for your deployment, can you post maybe the deployment yaml here. Also what container are you using ? The...
Looking at your deployment the only things I suspect could cause the problem are the user and group you have declared as mountOptions: ``` - uid=0 - gid=0 ``` Please...
@Aman123mishra I would be very helpful to send the exact deployment file that you are using so I can try to reproduce the issue.