Skip to content

Commit

Permalink
update ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
ndduc01 committed Dec 16, 2024
1 parent 0029a3a commit 3912559
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/dataingestion-service/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ spec:
port:
number: {{ .Values.nndService.port }}
{{- end }}
- path: "/data/"
pathType: Prefix
backend:
service:
name: srte-data-service
port:
number: {{ .Values.srtedataService.port }}
- path: "/data/"
pathType: Prefix
backend:
service:
name: srte-data-service
port:
number: 8084

0 comments on commit 3912559

Please sign in to comment.