File tree 1 file changed +2
-2
lines changed
content/ngf/installation/installing-ngf
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
96
96
cafe-nginx LoadBalancer 10.96.125.117 <pending> 80:30180/TCP 5m2s
97
97
```
98
98
99
- The Service type can be changed, explained in the next section.
99
+ The Service type can be changed, as explained in the next section.
100
100
101
101
## How to modify provisioned NGINX instances
102
102
@@ -170,7 +170,7 @@ Use `kubectl edit` to modify the default NginxProxy and insert the following und
170
170
type : NodePort
171
171
` ` `
172
172
173
- After saving the changes, use ` kubectl get` on the service, and you should see the service type has changed to LoadBalancer.
173
+ After saving the changes, use ` kubectl get` on the service, and you should see the service type has changed to ` LoadBalancer` .
174
174
175
175
` ` ` shell
176
176
kubectl get service cafe-nginx
You can’t perform that action at this time.
0 commit comments