Skip to content

Commit 8592407

Browse files
committed
token vide
1 parent fb02fcb commit 8592407

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

app/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def get_file_system() -> S3FileSystem:
3535
client_kwargs={"endpoint_url": f"https://{os.environ['AWS_S3_ENDPOINT']}"},
3636
key=os.environ["AWS_ACCESS_KEY_ID"],
3737
secret=os.environ["AWS_SECRET_ACCESS_KEY"],
38+
token=""
3839
)
3940

4041

cd/deployment-api/deployment.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: funathon-2026-project3-model-deployment
55
spec:
6-
replicas: 25
6+
replicas: 1
77
selector:
88
matchLabels:
99
app: funathon-2026-project3-model-deployment
@@ -35,7 +35,7 @@ spec:
3535
- name: MLFLOW_S3_ENDPOINT_URL
3636
value: https://minio.lab.sspcloud.fr
3737
- name: MLFLOW_TRACKING_URI
38-
value: projet-formation-mlflow.user.lab.sspcloud.fr
38+
value: https://projet-formation-mlflow.user.lab.sspcloud.fr
3939
- name: MLFLOW_TRACKING_USERNAME
4040
value: projet-formation
4141
- name: MLFLOW_TRACKING_PASSWORD

cd/deployment-api/ingress.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ kind: Ingress
33
metadata:
44
name: funathon-2026-project3-model-ingress
55
annotations:
6+
kubernetes.io/ingress.class: nginx
67
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
78
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
89
spec:
910
tls:
1011
- hosts:
11-
- projet-formation.lab.sspcloud.fr
12+
- funathon-2026-project3.lab.sspcloud.fr
1213
rules:
13-
- host: projet-formation.lab.sspcloud.fr
14+
- host: funathon-2026-project3.lab.sspcloud.fr
1415
http:
1516
paths:
1617
- path: /

0 commit comments

Comments
 (0)