fix: lowercase namespace i host
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: priprema-za-kolokvij
|
||||
namespace: student-Vinko004
|
||||
namespace: student-vinko004
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: priprema-za-kolokvij
|
||||
image: git.fpmoz.sum.ba/Vinko004/priprema-za-kolokvij:1.0
|
||||
image: git.fpmoz.sum.ba/vinko004/priprema-za-kolokvij:1.0
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
resources:
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: priprema-ingress
|
||||
namespace: student-Vinko004
|
||||
namespace: student-vinko004
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
rules:
|
||||
- host: Vinko004.argocd.fpmoz.sum.ba
|
||||
- host: vinko004.argocd.fpmoz.sum.ba
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
kind: Service
|
||||
metadata:
|
||||
name: priprema-svc
|
||||
namespace: student-Vinko004
|
||||
namespace: student-vinko004
|
||||
spec:
|
||||
selector:
|
||||
app: priprema-za-kolokvij
|
||||
|
||||
Reference in New Issue
Block a user