add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-07 13:50:43 +02:00
parent 5f0fd327cb
commit c25899cc4a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,9 +1,8 @@
# k8s/moj-servis/configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: moj-servis-config
namespace: student-PetraCamber
namespace: student-petracamber
data:
SERVICE_NAME: "moj-servis"
LOG_LEVEL: "info"

View File

@@ -1,3 +1,4 @@
# k8s/moj-servis/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata: