Skip to content

[tempo-distributed] tempo-gateway should only mount config file #3712

Open
@boniek83

Description

@boniek83

Currently:

         volumeMounts:
            - name: config
              mountPath: /etc/nginx

should be:

         volumeMounts:
             - mountPath: /etc/nginx/nginx.conf
               name: config
               subPath: nginx.conf

Why? Because otherwise I get the following:
/docker-entrypoint.sh: No files found in /docker-entrypoint.d/, skipping configuration
2025/05/12 09:23:22 [crit] 1#1: pread() "/etc/nginx/nginx.conf" failed (21: Is a directory)
nginx: [crit] pread() "/etc/nginx/nginx.conf" failed (21: Is a directory)

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