[10.07.20] Kill pod again

This commit is contained in:
andrewso 2020-07-10 14:12:58 +01:00
parent 8899f7138e
commit a6bcc9a34d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -27,7 +27,7 @@ btc_usd="/home/price-collector/src/resources/queries/V1_INSERT_NEW_PRICE_RECORD_
def averager(type):
timestamp = datetime.datetime.now()# + timedelta(hours=1)
timestamp = datetime.datetime.now() + timedelta(hours=1)
bitstampH, bitstampL = bitstampHighLow(type, logger)
krakenH, krakenL = krakenHighLow(type, logger)