Skip to content

Commit

Permalink
Add missing pathType for wiki ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Jun 30, 2022
1 parent 8495bff commit f6989e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: mediawiki
version: 0.6.3
version: 0.6.4
appVersion: 1.35.7
description: Extremely powerful, scalable software and a feature-rich wiki implementation
that uses PHP to process and display data stored in a database.
Expand Down
1 change: 1 addition & 0 deletions mediawiki/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: {{ $serviceName }}
Expand Down

0 comments on commit f6989e6

Please sign in to comment.