Skip to content

Commit

Permalink
remove middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
rssnyder committed Oct 24, 2023
1 parent 49593df commit c6d7db8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions infra/k8s/gitness/gitness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@ spec:
requests:
storage: 5Gi

---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: strip-{{ .Values.app }}
spec:
stripPrefix:
prefixes:
- /{{ .Values.app }}

---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down

0 comments on commit c6d7db8

Please sign in to comment.