add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-07 11:33:02 +02:00
parent b873c97f9f
commit 744461565f
4 changed files with 52 additions and 2 deletions

View File

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