add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-05-04 12:56:27 +02:00
parent 3331a890fe
commit 5c9fc5efa5
3 changed files with 43 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: moj-servis-config
namespace: student-bcbaceli
data:
SERVICE_NAME: "moj-servis"
LOG_LEVEL: "info"
WELCOME_MSG: "Pozdrav iz FPMOZ k3s clustera!"