add: configmap, ingress + update deployment with env refs
This commit is contained in:
9
k8s/moj-servis/configmap.yaml
Normal file
9
k8s/moj-servis/configmap.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: moj-servis-config
|
||||
namespace: student-bcbaceli
|
||||
data:
|
||||
SERVICE_NAME: "moj-servis"
|
||||
LOG_LEVEL: "info"
|
||||
WELCOME_MSG: "Pozdrav iz FPMOZ k3s clustera!"
|
||||
Reference in New Issue
Block a user