Skip to content

Openshift deploy nginx issue #2207

@dguarascio

Description

@dguarascio

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions