[10.07.20] spin up pod again

This commit is contained in:
andrewso 2020-07-10 19:53:50 +01:00
parent beab7a3ca8
commit 98da51a404
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ metadata:
name: RESOURCE_NAME
namespace: production
spec:
replicas: 0
replicas: 1
selector:
matchLabels:
app: RESOURCE_NAME

View File

@ -50,7 +50,7 @@ def getVol(type):
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