Skip to content

Commit

Permalink
add variable for ingress path
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Jul 31, 2024
1 parent 93a10cf commit 456ef97
Show file tree
Hide file tree
Showing 3 changed files with 3 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.6
version: 0.0.7
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: {{ .Values.ingress.path }}
pathType: Prefix
backend:
service:
Expand Down
1 change: 1 addition & 0 deletions k8s/semlookp-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ingress:
dns:
enableSSL:
certIssuer:
path:
frontend:
apiURL:
images:
Expand Down

0 comments on commit 456ef97

Please sign in to comment.