fix deployment yaml
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: moj-servis
|
||||||
|
namespace: student-leonarda11
|
||||||
|
spec:
|
||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: moj-servis
|
name: moj-servis
|
||||||
namespace: student-leonarda11
|
namespace: student-leonarda11
|
||||||
@@ -25,3 +31,6 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "200m"
|
cpu: "200m"
|
||||||
|
limits:
|
||||||
|
memory: "128Mi"
|
||||||
|
cpu: "200m"
|
||||||
Reference in New Issue
Block a user