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