[10.07.20] spin up pod again
This commit is contained in:
parent
beab7a3ca8
commit
98da51a404
@ -8,7 +8,7 @@ metadata:
|
|||||||
name: RESOURCE_NAME
|
name: RESOURCE_NAME
|
||||||
namespace: production
|
namespace: production
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: RESOURCE_NAME
|
app: RESOURCE_NAME
|
||||||
|
|||||||
@ -50,7 +50,7 @@ def getVol(type):
|
|||||||
|
|
||||||
v_array = np.array([bitV, kV])
|
v_array = np.array([bitV, kV])
|
||||||
|
|
||||||
volume = v_array[np.nonzero(v_array)].mean()
|
volume = (v_array[np.nonzero(v_array)].mean())*3
|
||||||
|
|
||||||
return volume
|
return volume
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user