Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 3ea8f6d

Browse files
authored
Update badge server config (#116)
1 parent b9e2046 commit 3ea8f6d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

badge_server/deployment/app-with-secret.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: badge-server-cluster
55
spec:
6-
replicas: 50
6+
replicas: 10
77
template:
88
metadata:
99
creationTimestamp: null
@@ -15,7 +15,7 @@ spec:
1515
secret:
1616
secretName: bigquery-key
1717
containers:
18-
- image: gcr.io/python-compatibility-tools/badge_server:redis9
18+
- image: gcr.io/python-compatibility-tools/badge_server:ver3
1919
imagePullPolicy: IfNotPresent
2020
name: badge-server-cluster
2121
ports:

badge_server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
compatibility_lib==0.0.4
1+
compatibility_lib==0.0.6
22
Flask==1.0.2
33
google-cloud-bigquery==1.3.0
44
redis==2.10.5

0 commit comments

Comments
 (0)