add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-13 22:43:30 +02:00
parent b0891a4470
commit c3ee5b5def
3 changed files with 42 additions and 0 deletions

View File

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