Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 2509179.
  • Loading branch information
ThomasFaria committed Nov 16, 2023
1 parent 9d05490 commit 2f6a2b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ spec:
imagePullPolicy: Always
env:
- name: MLFLOW_TRACKING_URI
value: https://user-tfaria-144695.user.lab.sspcloud.fr
value: https://user-<namespace>-<pod_id>.user.lab.sspcloud.fr
- name: MLFLOW_MODEL_NAME
value: fasttext
- name: MLFLOW_MODEL_VERSION
value: "3"
value: "1"
resources:
limits:
memory: "2Gi"
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
spec:
tls:
- hosts:
- toto-api.lab.sspcloud.fr
- <your_firstname>-<your_lastname>-api.lab.sspcloud.fr
rules:
- host: toto-api.lab.sspcloud.fr
- host: <your_firstname>-<your_lastname>-api.lab.sspcloud.fr
http:
paths:
- path: /
Expand Down

0 comments on commit 2f6a2b2

Please sign in to comment.