From e23f254d6e7694692c81e3bca28f56565ea228bf Mon Sep 17 00:00:00 2001 From: IvaCerkez Date: Tue, 7 Apr 2026 12:20:34 +0200 Subject: [PATCH] add: configmap, ingress + update deployment with env refs --- configmap.yaml => k8s/moj-servis/configmap.yaml | 0 ingress.yaml => k8s/moj-servis/ingress.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename configmap.yaml => k8s/moj-servis/configmap.yaml (100%) rename ingress.yaml => k8s/moj-servis/ingress.yaml (100%) diff --git a/configmap.yaml b/k8s/moj-servis/configmap.yaml similarity index 100% rename from configmap.yaml rename to k8s/moj-servis/configmap.yaml diff --git a/ingress.yaml b/k8s/moj-servis/ingress.yaml similarity index 100% rename from ingress.yaml rename to k8s/moj-servis/ingress.yaml