fixed namespace
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: fastapi-api-ingress
|
||||
namespace: student-<vas-username>
|
||||
namespace: student-mihaeljanjic
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
@@ -20,5 +20,5 @@ spec:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- <vas-username>.fpmoz.sum.ba
|
||||
- MihaelJanjic.fpmoz.sum.ba
|
||||
secretName: fastapi-api-tls
|
||||
Reference in New Issue
Block a user