add: configmap, ingress + update deployment with env refs
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
# k8s/moj-servis/configmap.yaml
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: moj-servis-config
|
name: moj-servis-config
|
||||||
namespace: student-PetraCamber
|
namespace: student-petracamber
|
||||||
data:
|
data:
|
||||||
SERVICE_NAME: "moj-servis"
|
SERVICE_NAME: "moj-servis"
|
||||||
LOG_LEVEL: "info"
|
LOG_LEVEL: "info"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# k8s/moj-servis/deployment.yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user