File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Deployment
33metadata :
44 name : funathon-2026-project3-model-deployment
55spec :
6- replicas : 25
6+ replicas : 1
77 selector :
88 matchLabels :
99 app : funathon-2026-project3-model-deployment
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
Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ kind: Ingress
33metadata :
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"
89spec :
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 : /
You can’t perform that action at this time.
0 commit comments