Skip to content

Commit

Permalink
[fix] - remove ipfs 5001 port from ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzislau Muraveika authored and mur-me committed Aug 1, 2022
1 parent 7a04a60 commit 16128c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/ingress-ipfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ spec:
number: 4001
path: /{{ .Release.Name }}/ipfs/(4001)(/|$)(.*)
pathType: Prefix
- backend:
service:
name: {{ .Release.Name }}-ipfs-service
port:
number: 5001
path: /{{ .Release.Name }}/ipfs/(5001|ipfs)(/|$)(.*)
pathType: Prefix
- backend:
service:
name: {{ .Release.Name }}-ipfs-service
Expand Down

0 comments on commit 16128c9

Please sign in to comment.