You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,10 @@ metadata:
90
90
data:
91
91
endpoint: '<YOUR_MIXTRAL_MODEL_ENDPOINT>'
92
92
model: mixtral
93
+
ca.crt: | # If using TLS
94
+
-----BEGIN CERTIFICATE-----
95
+
<TLS Certificate to model>
96
+
-----END CERTIFICATE-----
93
97
```
94
98
95
99
```yaml
@@ -110,6 +114,10 @@ metadata:
110
114
data:
111
115
endpoint: '<YOUR_PROMETHEUS_MODEL_ENDPOINT>'
112
116
model: prometheus
117
+
ca.crt: | # If using TLS
118
+
-----BEGIN CERTIFICATE-----
119
+
<TLS Certificate to model>
120
+
-----END CERTIFICATE-----
113
121
```
114
122
115
123
```yaml
@@ -122,6 +130,8 @@ data:
122
130
type: Opaque
123
131
```
124
132
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
0 commit comments