add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-07 11:33:31 +02:00
parent 8a9cb231eb
commit af25af08de
3 changed files with 40 additions and 0 deletions

View File

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