Skip to content

Commit

Permalink
fix(charts/buildbarn): fix ingress for frontend component (#617)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Jun 25, 2023
1 parent 2779711 commit 09c4559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/prod/buildbarn/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: buildbarn
version: 0.0.3
version: 0.0.5
sourceRef:
kind: HelmRepository
name: ee-ops
Expand Down
2 changes: 1 addition & 1 deletion charts/buildbarn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ maintainers:
name: wuhuizuo
name: buildbarn
type: application
version: 0.0.4
version: 0.0.5
1 change: 1 addition & 0 deletions charts/buildbarn/templates/frontend/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{{- $fullName := include "buildbarn.fullname" (list . "frontend") -}}
{{- $svcPort := .Values.frontend.service.port -}}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ include "buildbarn.fullname" (list . "frontend") }}
namespace: {{ .Release.Namespace }}
Expand Down

0 comments on commit 09c4559

Please sign in to comment.