From 433d20a8a8576f64fbaea35778a614c6b93bc2cf Mon Sep 17 00:00:00 2001 From: Mirko Cule Date: Mon, 25 May 2026 13:28:44 +0200 Subject: [PATCH] fix ingress hostname --- manifests/app/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/app/ingress.yaml b/manifests/app/ingress.yaml index 88887ed..3c8ce48 100644 --- a/manifests/app/ingress.yaml +++ b/manifests/app/ingress.yaml @@ -20,5 +20,5 @@ spec: number: 80 tls: - hosts: - - .fpmoz.sum.ba + - mirko416.fpmoz.sum.ba secretName: fastapi-api-tls