Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Ingress: Use ImplementationSpecific. (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko authored Nov 30, 2023
1 parent 74fc8e7 commit 1c35a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Ingress: Use `ImplementationSpecific`. ([#161](https://github.com/giantswarm/promxy-app/pull/161))

## [1.22.0] - 2023-10-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/promxy-app/templates/ingress-basic-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
http:
paths:
- path: /promxy(/|$)(.*)
pathType: Prefix
pathType: ImplementationSpecific
backend:
{{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }}
service:
Expand Down

0 comments on commit 1c35a32

Please sign in to comment.