Skip to content

Commit

Permalink
Commenting srte config to test
Browse files Browse the repository at this point in the history
  • Loading branch information
rshanmugam-enquizit committed Dec 12, 2024
1 parent 75e2b53 commit 1a65acd
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions charts/dataingestion-service/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,21 @@ spec:
port:
number: {{ .Values.dataprocessingService.port }}
{{- end }}
{{- if eq .Values.srtedataService.enabled "true" }}
- path: "/rti/"
pathType: Prefix
backend:
service:
name: srte-data-service
port:
number: {{ .Values.srtedataService.port }}
{{- end }}
{{- if eq .Values.srtedataService.enabled "true" }}
- path: "/extraction/"
pathType: Prefix
backend:
service:
name: nnd-service
port:
number: {{ .Values.nndService.port }}
{{- end }}
{{/* {{- if eq .Values.srtedataService.enabled "true" }}*/}}
{{/* - path: "/rti/"*/}}
{{/* pathType: Prefix*/}}
{{/* backend:*/}}
{{/* service:*/}}
{{/* name: srte-data-service*/}}
{{/* port:*/}}
{{/* number: {{ .Values.srtedataService.port }}*/}}
{{/* {{- end }} */}}
{{/* {{- if eq .Values.srtedataService.enabled "true" }}*/}}
{{/* - path: "/extraction/"*/}}
{{/* pathType: Prefix*/}}
{{/* backend:*/}}
{{/* service:*/}}
{{/* name: nnd-service*/}}
{{/* port:*/}}
{{/* number: {{ .Values.nndService.port }}*/}}
{{/* {{- end }} */}}

0 comments on commit 1a65acd

Please sign in to comment.