add: configmap, ingress + update deployment with env refs

This commit is contained in:
Petrraa
2026-04-07 12:24:59 +02:00
parent f9bbbe99c7
commit afc1f7641f
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: moj-servis
namespace: student-Petrraa
namespace: student-petrraa
spec:
replicas: 1
selector:
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: moj-servis
image: git.fpmoz.sum.ba/Petrraa/moj-servis:1.0
image: git.fpmoz.sum.ba/petrraa/moj-servis:1.0
ports:
- containerPort: 8000
envFrom: # <-- NOVO