add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-07 12:25:59 +02:00
parent e23f254d6e
commit 7359d34a78
5 changed files with 14 additions and 56 deletions

View File

@@ -0,0 +1,10 @@
# k8s/moj-servis/configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: moj-servis-config
namespace: student-iva
data:
SERVICE_NAME: "moj-servis"
LOG_LEVEL: "info"
WELCOME_MSG: "Pozdrav iz FPMOZ k3s clustera!"