add: configmap, ingress + update deployment with env refs

This commit is contained in:
Petrraa
2026-04-07 12:07:42 +02:00
parent f72f597cd6
commit d41884e479
3 changed files with 45 additions and 3 deletions

View File

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