dodaj: configmap, ingress i update deployment

This commit is contained in:
2026-04-07 11:29:45 +02:00
parent ce9ff96721
commit 5eb290aa34
3 changed files with 43 additions and 8 deletions

View File

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