add: configmap, ingress + update deployment with env refs

This commit is contained in:
Vinko Jakeljic
2026-04-07 11:55:44 +02:00
parent 51dc194068
commit 8f75c63edd
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-vinko004
data:
SERVICE_NAME: "moj-servis"
LOG_LEVEL: "info"
WELCOME_MSG: "Pozdrav iz FPMOZ k3s clustera!"