@@ -213,13 +213,13 @@ secret/http-router-certificat created
213213
214214## Update ` http-router ` ConfigMap to use the new ` http-router-certificat ` secret
215215
216- Download [ abcdesktop-routehttp-config.4.1 .yaml] ( https://raw.githubusercontent.com/abcdesktopio/conf/refs/heads/main/kubernetes/abcdesktop-routehttp-config.4.1 .yaml ) file
216+ Download [ abcdesktop-routehttp-config.4.2 .yaml] ( https://raw.githubusercontent.com/abcdesktopio/conf/refs/heads/main/kubernetes/abcdesktop-routehttp-config.4.2 .yaml ) file
217217
218218```
219- wget https://raw.githubusercontent.com/abcdesktopio/conf/refs/heads/main/kubernetes/abcdesktop-routehttp-config.4.1 .yaml
219+ wget https://raw.githubusercontent.com/abcdesktopio/conf/refs/heads/main/kubernetes/abcdesktop-routehttp-config.4.2 .yaml
220220```
221221
222- Open your ` abcdesktop-routehttp-config.4.1 .yaml ` file, look for the ConfigMap ` abcdesktop-routehttp-config ` .
222+ Open your ` abcdesktop-routehttp-config.4.2 .yaml ` file, look for the ConfigMap ` abcdesktop-routehttp-config ` .
223223
224224Remove the comments to enable https and change the value ` YOUR_SERVER_NAME_AND_DOMAIN ` by your own value.
225225
@@ -257,17 +257,17 @@ For example
257257Apply your new nginx confguration file
258258
259259```
260- kubectl apply -f routehttp-config-4.1 .yaml -n abcdesktop`
260+ kubectl apply -f abcdesktop- routehttp-config-4.2 .yaml -n abcdesktop`
261261```
262262
263263## Update ` deployment ` http-router
264264
265265Update the ` deployment ` route to add certificat ssl entry
266266
267- The ` abcdesktop-deployment-routehttps.4.1 .yaml ` file adds ` mountPath: /etc/nginx/ssl ` to ` secretName: http-router-certificat `
267+ The ` abcdesktop-deployment-routehttps.4.2 .yaml ` file adds ` mountPath: /etc/nginx/ssl ` to ` secretName: http-router-certificat `
268268
269269```
270- kubectl apply -f https://raw.githubusercontent.com/abcdesktopio/conf/refs/heads/main/kubernetes/abcdesktop-deployment-routehttps.4.1 .yaml -n abcdesktop
270+ kubectl apply -f https://raw.githubusercontent.com/abcdesktopio/conf/refs/heads/main/kubernetes/abcdesktop-deployment-routehttps.4.2 .yaml -n abcdesktop
271271```
272272
273273## Reach your website using ` https ` protocol
0 commit comments