Skip to content

Commit 206a854

Browse files
committed
Update README with Judge and Teacher Models TLS details
Signed-off-by: Giulio Frasca <[email protected]>
1 parent 5be3f90 commit 206a854

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ metadata:
9090
data:
9191
endpoint: '<YOUR_MIXTRAL_MODEL_ENDPOINT>'
9292
model: mixtral
93+
ca.crt: | # If using TLS
94+
-----BEGIN CERTIFICATE-----
95+
<TLS Certificate to model>
96+
-----END CERTIFICATE-----
9397
```
9498
9599
```yaml
@@ -110,6 +114,10 @@ metadata:
110114
data:
111115
endpoint: '<YOUR_PROMETHEUS_MODEL_ENDPOINT>'
112116
model: prometheus
117+
ca.crt: | # If using TLS
118+
-----BEGIN CERTIFICATE-----
119+
<TLS Certificate to model>
120+
-----END CERTIFICATE-----
113121
```
114122
115123
```yaml
@@ -122,6 +130,8 @@ data:
122130
type: Opaque
123131
```
124132
133+
**NOTE**: You can find and copy the certs needed for the teacher- and judge-server ConfigMaps in another ConfigMap, `kube-root-ca.crt`, found in the same namespace as the hosted model
134+
125135

126136
### Run the Pipeline
127137

0 commit comments

Comments
 (0)