Skip to content

Commit

Permalink
Merge pull request #313 from harness/CDS-70575-smp
Browse files Browse the repository at this point in the history
feat: [CDS-70575]: added ingress rule for approvals API in pipeline-service
  • Loading branch information
naman-goenka authored Jun 3, 2023
2 parents 0119c40 + f09556d commit d5e0a83
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/harness/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,13 @@ spec:
number: 12001
path: /(v1/orgs/.+/projects/.+/input-sets.*)
pathType: ImplementationSpecific
- backend:
service:
name: pipeline-service
port:
number: 12001
path: /(v1/orgs/.+/projects/.+/approvals/.+)
pathType: ImplementationSpecific
{{- end }}
{{- if .Values.global.ingress.tls.enabled }}
tls:
Expand Down Expand Up @@ -916,4 +923,4 @@ spec:
- {{ . | quote }}
{{- end }}
secretName: {{ .Values.global.ingress.tls.secretName }}
{{- end }}
{{- end }}

0 comments on commit d5e0a83

Please sign in to comment.