From f09556de35ecdc745baf759abfcb44f3bb66e24b Mon Sep 17 00:00:00 2001 From: Naman Goenka Date: Wed, 31 May 2023 12:53:13 +0530 Subject: [PATCH] feat: [CDS-70575]: added ingress rule for approvals API in pipeline-service --- src/harness/templates/ingress.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/harness/templates/ingress.yaml b/src/harness/templates/ingress.yaml index f16d9ea1..bc2f1cd2 100644 --- a/src/harness/templates/ingress.yaml +++ b/src/harness/templates/ingress.yaml @@ -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: @@ -916,4 +923,4 @@ spec: - {{ . | quote }} {{- end }} secretName: {{ .Values.global.ingress.tls.secretName }} - {{- end }} \ No newline at end of file + {{- end }}