add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-13 21:09:24 +02:00
parent 4008c5a3f4
commit 9e0e04dc89
3 changed files with 57 additions and 12 deletions

10
k8s/configmap.yaml Normal file
View File

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