Skip to content

ingress is missing "path: /mirror" #232

Open
@nitschSB

Description

@nitschSB

Hi,

I have noticed that the Ingress does not contain a path for /mirror. Therefore, these calls are routed to the frontend, which reports a 404. I was able to fix this via postRenderers:

  postRenderers:
    - kustomize:
        patches:
          - target:
              kind: Ingress
              # name: dependency-track # depends on release-name
            patch: |
              - op: add
                path: /spec/rules/0/http/paths/-
                value:
                  backend:
                    service:
                      name: dependency-track-api-server # depends on release-name
                      port:
                        name: web
                  path: /mirror
                  pathType: Prefix

Perhaps you would like to add it to the chart?

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