File tree 5 files changed +0
-60
lines changed
src/codeflare_sdk/templates
5 files changed +0
-60
lines changed Original file line number Diff line number Diff line change @@ -139,12 +139,6 @@ spec:
139
139
memory : " 8G"
140
140
nvidia.com/gpu : 0
141
141
volumeMounts :
142
- - name : ca-vol
143
- mountPath : " /home/ray/workspace/ca"
144
- readOnly : true
145
- - name : server-cert
146
- mountPath : " /home/ray/workspace/tls"
147
- readOnly : true
148
142
- mountPath : /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
149
143
name : odh-trusted-ca-cert
150
144
subPath : odh-trusted-ca-bundle.crt
@@ -231,12 +225,6 @@ spec:
231
225
memory : " 12G"
232
226
nvidia.com/gpu : " 1"
233
227
volumeMounts :
234
- - name : ca-vol
235
- mountPath : " /home/ray/workspace/ca"
236
- readOnly : true
237
- - name : server-cert
238
- mountPath : " /home/ray/workspace/tls"
239
- readOnly : true
240
228
- mountPath : /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
241
229
name : odh-trusted-ca-cert
242
230
subPath : odh-trusted-ca-bundle.crt
Original file line number Diff line number Diff line change 66
66
memory: 8G
67
67
nvidia.com/gpu: 0
68
68
volumeMounts:
69
- - mountPath: /home/ray/workspace/ca
70
- name: ca-vol
71
- readOnly: true
72
- - mountPath: /home/ray/workspace/tls
73
- name: server-cert
74
- readOnly: true
75
69
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
76
70
name: odh-trusted-ca-cert
77
71
subPath: odh-trusted-ca-bundle.crt
@@ -146,12 +140,6 @@ spec:
146
140
memory: 5G
147
141
nvidia.com/gpu: 7
148
142
volumeMounts:
149
- - mountPath: /home/ray/workspace/ca
150
- name: ca-vol
151
- readOnly: true
152
- - mountPath: /home/ray/workspace/tls
153
- name: server-cert
154
- readOnly: true
155
143
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
156
144
name: odh-trusted-ca-cert
157
145
subPath: odh-trusted-ca-bundle.crt
Original file line number Diff line number Diff line change 96
96
memory : 8G
97
97
nvidia.com/gpu : 0
98
98
volumeMounts :
99
- - mountPath : /home/ray/workspace/ca
100
- name : ca-vol
101
- readOnly : true
102
- - mountPath : /home/ray/workspace/tls
103
- name : server-cert
104
- readOnly : true
105
99
- mountPath : /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
106
100
name : odh-trusted-ca-cert
107
101
subPath : odh-trusted-ca-bundle.crt
@@ -177,12 +171,6 @@ spec:
177
171
memory : 5G
178
172
nvidia.com/gpu : 7
179
173
volumeMounts :
180
- - mountPath : /home/ray/workspace/ca
181
- name : ca-vol
182
- readOnly : true
183
- - mountPath : /home/ray/workspace/tls
184
- name : server-cert
185
- readOnly : true
186
174
- mountPath : /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
187
175
name : odh-trusted-ca-cert
188
176
subPath : odh-trusted-ca-bundle.crt
Original file line number Diff line number Diff line change 95
95
memory : 8G
96
96
nvidia.com/gpu : 0
97
97
volumeMounts :
98
- - mountPath : /home/ray/workspace/ca
99
- name : ca-vol
100
- readOnly : true
101
- - mountPath : /home/ray/workspace/tls
102
- name : server-cert
103
- readOnly : true
104
98
- mountPath : /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
105
99
name : odh-trusted-ca-cert
106
100
subPath : odh-trusted-ca-bundle.crt
@@ -175,12 +169,6 @@ spec:
175
169
memory : 5G
176
170
nvidia.com/gpu : 7
177
171
volumeMounts :
178
- - mountPath : /home/ray/workspace/ca
179
- name : ca-vol
180
- readOnly : true
181
- - mountPath : /home/ray/workspace/tls
182
- name : server-cert
183
- readOnly : true
184
172
- mountPath : /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
185
173
name : odh-trusted-ca-cert
186
174
subPath : odh-trusted-ca-bundle.crt
Original file line number Diff line number Diff line change 84
84
memory : 8G
85
85
nvidia.com/gpu : 0
86
86
volumeMounts :
87
- - mountPath : /home/ray/workspace/ca
88
- name : ca-vol
89
- readOnly : true
90
- - mountPath : /home/ray/workspace/tls
91
- name : server-cert
92
- readOnly : true
93
87
- mountPath : /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
94
88
name : odh-trusted-ca-cert
95
89
subPath : odh-trusted-ca-bundle.crt
@@ -154,12 +148,6 @@ spec:
154
148
memory : 2G
155
149
nvidia.com/gpu : 0
156
150
volumeMounts :
157
- - mountPath : /home/ray/workspace/ca
158
- name : ca-vol
159
- readOnly : true
160
- - mountPath : /home/ray/workspace/tls
161
- name : server-cert
162
- readOnly : true
163
151
- mountPath : /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
164
152
name : odh-trusted-ca-cert
165
153
subPath : odh-trusted-ca-bundle.crt
You can’t perform that action at this time.
0 commit comments