Compare commits

..

No commits in common. "42031650c4954fa9c7e1fb0754e98e345b7849f8" and "65087ead357ec0e17a84f3c24d612fb62477e275" have entirely different histories.

2 changed files with 2 additions and 15 deletions

View File

@ -5,7 +5,7 @@ metadata:
labels:
app: desteg
spec:
replicas: 3
replicas: 1
selector:
matchLabels:
app: desteg
@ -19,16 +19,3 @@ spec:
image: dockerhub.kube:5000/desteg:latest
ports:
- containerPort: 5002
---
apiVersion: v1
kind: Service
metadata:
name: desteg
spec:
selector:
app: desteg
ports:
- protocol: TCP
port: 5002
targetPort: 5002
type: LoadBalancer

View File

@ -1,4 +1,4 @@
numpy==1.16.2
Flask>=2.0.3
Flask==1.0.2
Pillow==6.2.0
gunicorn==20.0.4