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