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
|
||||||
@@ -14,14 +20,17 @@ spec:
|
|||||||
app: moj-servis
|
app: moj-servis
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: moj-servis
|
- name: moj-servis
|
||||||
image: git.fpmoz.sum.ba/leonarda11/moj-servis:1.0
|
image: git.fpmoz.sum.ba/leonarda11/moj-servis:1.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "64Mi"
|
memory: "64Mi"
|
||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
|
limits:
|
||||||
|
memory: "128Mi"
|
||||||
|
cpu: "200m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "200m"
|
cpu: "200m"
|
||||||
Reference in New Issue
Block a user