Skip to content

Commit

Permalink
Fix ingresses
Browse files Browse the repository at this point in the history
  • Loading branch information
AnisimoffNikita committed Aug 23, 2022
1 parent c0f7f62 commit 1309852
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/octopod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: octopod
description: An opensource self-hosted solution for managing multiple deployments in a Kubernetes cluster.
type: application
version: 0.6.10
version: 0.6.11
appVersion: 1.5.2
keywords:
- kubernetes
Expand Down
1 change: 1 addition & 0 deletions charts/octopod/templates/ingress-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
Expand Down
1 change: 1 addition & 0 deletions charts/octopod/templates/ingress-powerapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
Expand Down
1 change: 1 addition & 0 deletions charts/octopod/templates/ingress-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
Expand Down
1 change: 1 addition & 0 deletions charts/octopod/templates/ingress-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
Expand Down

0 comments on commit 1309852

Please sign in to comment.