Skip to content

Commit b7b026f

Browse files
fix to 4.2
1 parent c46af23 commit b7b026f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

opsdocs/docs/cloudproviders/digitalocean/digitalocean-loadbalancer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

224224
Remove 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
257257
Apply 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

265265
Update 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

Comments
 (0)