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
Disable the embedded gateway deployment by setting the [`deploykf_core.deploykf_istio_gateway.charts.istioGateway.enabled`](https://github.com/deployKF/deployKF/blob/v0.1.4/generator/default_values.yaml#L696) value to `false`:
289
296
@@ -297,7 +304,7 @@ You may do this even when using the deployKF-managed Istio installation.
297
304
enabled: false
298
305
```
299
306
300
-
??? step "Step 2 - Configure deployKF"
307
+
??? step "Step 3 - Configure deployKF"
301
308
302
309
You must set the following deployKF values to match your existing gateway deployment:
303
310
@@ -350,7 +357,7 @@ You may do this even when using the deployKF-managed Istio installation.
350
357
# https: 443
351
358
```
352
359
353
-
??? step "Step 3 - Expose your Gateway Deployment"
360
+
??? step "Step 4 - Expose your Gateway Deployment"
354
361
355
362
If you havent already, you will need to create a `Service` (and possibly `Ingress`) that selects your gateway deployment to expose it to external traffic.
0 commit comments