add: configmap, ingress + update deployment with env refs
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# k8s/moj-servis/deployment.yaml
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user