Skip to content

Add an option to customise ingress pathTypeΒ #60

@tiddlypip

Description

@tiddlypip

Would be nice to be able to tweak the ingress to include pathType: ImplementationSpecific to allow specifying ingress path including slash or * - (/|$)(.*) so can access via paths instead of domains

e.g.

$result = helm upgrade --wait --install -n default $helmRelease helm.datalust.co -f config.yaml
--set nginx.ingress.kubernetes.io/x-forwarded-prefix="/$basepath" --set ui.ingress.hosts="{$host}"
--set ui.ingress.path="/$base/seq/ui(/|$)(.*)" --set ui.ingress.pathType="ImplementationSpecific "
--set ingestion.ingress.hosts="{$hostName}" --set ingestion.ingress.path="/$base/seq/ingest(/|$)(.*)"
--set ingestion.ingress.pathType="ImplementationSpecific "

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