From 9c0139ba3decf2e949720b6d2cdf7f2c9fcee9dc Mon Sep 17 00:00:00 2001 From: ITO Mac Date: Mon, 8 Jun 2026 22:18:51 +0200 Subject: [PATCH] . --- manifests/app/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/app/ingress.yaml b/manifests/app/ingress.yaml index ba31fa9..23bed19 100644 --- a/manifests/app/ingress.yaml +++ b/manifests/app/ingress.yaml @@ -8,7 +8,7 @@ metadata: cert-manager.io/cluster-issuer: letsencrypt-prod spec: rules: - - host: student-blazp04.fpmoz.sum.ba + - host: student-blazp04.argocd.fpmoz.sum.ba http: paths: - path: / @@ -20,5 +20,5 @@ spec: number: 80 tls: - hosts: - - student-blazp04.fpmoz.sum.ba + - student-blazp04.argocd.fpmoz.sum.ba secretName: fastapi-api-tls