Terdunov Vyacheslav
Terdunov Vyacheslav
@stefanprodan I'd like to say the problem that I see in the ACL proposal and the user story 3. As a tenant somehow I need to know each `GitRepository` name+namespace...
I solved it by `systemctl edit snap.janus-gateway.janus-gateway.service` ``` [Service] LimitNOFILE=65536 ```
> Some maybe useful hints I've found https://forum.snapcraft.io/t/how-to-customize-systemd-service-created-by-snapd/18397/3 Command above just do it the same thing.
systemctl edit creates drop-in file. ``` /etc/systemd/system/snap.janus-gateway.janus-gateway.service.d/override.conf ``` man systemctl > this command creates a drop-in file for each unit either for the system, for the calling user, or for...
If you don't use Helm it's became even harder with pre-deploy+deploy dependency. E.g.: for DB migratios. 2x kustomizations. Some sort of scripting or automation will help. At the moment I'm...
> I came here to file the same ticket. By examining the tempo and chart source, I was able to puzzle out the correct configuration. (And it has nothing to...