Skip to content

Commit

Permalink
change ingress path
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Jul 26, 2024
1 parent d450e8b commit 0a185d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/semlookp-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: semlookp-ui
description: A Helm chart to deploy the semlookp-ui.
type: application
version: 0.0.4
version: 0.0.5
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion k8s/semlookp-ui/templates/semlookp-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- host: {{ .Values.ingress.dns }}
http:
paths:
- path: /
- path: /beta/
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit 0a185d1

Please sign in to comment.