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

Commit

Permalink
fix ingress
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Bernhardt <[email protected]>
  • Loading branch information
frank-bee committed Apr 22, 2021
1 parent 7998d78 commit 0a74bde
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ package-lock.json
# --------------------------------------

charts/**/charts/
my-values.yaml
my-values*.yaml
values-dev.yaml
manifests*/
scripts/local-network/von-network/
Expand Down
3 changes: 3 additions & 0 deletions charts/bpa/templates/acapy_ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ spec:
http:
paths:
- path: /
backend:
serviceName: {{ $fullName }}
servicePort: {{ $svcPort }}
{{- end -}}
{{- end }}
3 changes: 3 additions & 0 deletions charts/bpa/templates/bpa_ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ spec:
http:
paths:
- path: /
backend:
serviceName: {{ $fullName }}
servicePort: {{ $svcPort }}
{{- end -}}
{{- end }}

0 comments on commit 0a74bde

Please sign in to comment.