Skip to content

update default httpRoute rules to use PathPrefix#13

Merged
steveiliop56 merged 4 commits intotinyauthapp:mainfrom
BinaryMan32:httproute-matches-pathprefix
Mar 12, 2026
Merged

update default httpRoute rules to use PathPrefix#13
steveiliop56 merged 4 commits intotinyauthapp:mainfrom
BinaryMan32:httproute-matches-pathprefix

Conversation

@BinaryMan32
Copy link
Copy Markdown
Contributor

@BinaryMan32 BinaryMan32 commented Mar 7, 2026

Prefix is not a valid value for path type, use a default of PathPrefix instead to match all requests.

See HTTPRoute Kubernetes Documentation

$ kubectl explain httproute.spec.rules.matches.path.type
FIELD: type <string>
ENUM:
    Exact
    PathPrefix
    RegularExpression

`Prefix` is not a valid value for path type, use a default of
`PathPrefix` instead to match all requests.

$ kubectl explain httproute.spec.rules.matches.path.type
FIELD: type <string>
ENUM:
    Exact
    PathPrefix
    RegularExpression
Comment thread charts/tinyauth/Chart.yaml Outdated
@BinaryMan32 BinaryMan32 closed this Mar 8, 2026
@BinaryMan32 BinaryMan32 reopened this Mar 8, 2026
Comment thread charts/tinyauth/values.yaml
@steveiliop56 steveiliop56 merged commit 86a358b into tinyauthapp:main Mar 12, 2026
@steveiliop56
Copy link
Copy Markdown
Member

Thank you @BinaryMan32!

@BinaryMan32 BinaryMan32 deleted the httproute-matches-pathprefix branch March 12, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants