fix namespace

This commit is contained in:
2026-05-25 14:03:17 +02:00
parent 9540b1c4c3
commit 10540695f8
8 changed files with 11 additions and 11 deletions

View File

@@ -2,13 +2,13 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: fastapi-api-ingress
namespace: student-<vas-username>
namespace: student-iva
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
rules:
- host: <vas-username>.fpmoz.sum.ba # zamijenite!
- host: iva.fpmoz.sum.ba # zamijenite!
http:
paths:
- path: /
@@ -20,5 +20,5 @@ spec:
number: 80
tls:
- hosts:
- <vas-username>.fpmoz.sum.ba
- iva.fpmoz.sum.ba
secretName: fastapi-api-tls