From e83d49d39d90822f5f9ae0f137e3da03734defcf Mon Sep 17 00:00:00 2001 From: a26blass Date: Fri, 3 May 2024 01:15:04 -0400 Subject: [PATCH] Update ingress service to site-service --- helm/templates/ingress/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/ingress/ingress.yaml b/helm/templates/ingress/ingress.yaml index a113a8a..05dd2c4 100644 --- a/helm/templates/ingress/ingress.yaml +++ b/helm/templates/ingress/ingress.yaml @@ -21,7 +21,7 @@ spec: pathType: Prefix backend: service: - name: testapp-service + name: site-service port: number: 80