add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-07 12:07:10 +02:00
parent 180fa03ba1
commit 78275ea481
4 changed files with 69 additions and 36 deletions

View File

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