-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Description
Hi,
I'm trying to deploy ditto with an umbrella chart on openshift, but I'm having troubles with nginx, by default it tries to open the pidfile on /var/run/nginx.pid and on openshift it's not permitted, so I tried to switch to the unprivileged image that should use /tmp/nginx.pid but when it start seems to open /run/nginx.pid:
nginx: [emerg] open() "/run/nginx.pid" failed (13: Permission denied)
It's possible to change the path in the default config inside the template as you already do for ditto-ui?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels