prvi commit

This commit is contained in:
2026-05-26 10:24:17 +02:00
commit 5a29838538
7 changed files with 105 additions and 0 deletions

25
k8s/ingress.yaml Normal file
View File

@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: priprema-ingress
namespace: student-iva
spec:
ingressClassName: traefik
rules:
- host: iva.argocd.fpmoz.sum.ba
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: priprema-svc
port:
number: 80