Skip to content

Commit 456c63b

Browse files
authored
Doc fixes (#9184)
* Remove unit from value * Create doc-fixes.yam
1 parent da11503 commit 456c63b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changelog/v1.17.0-beta9/doc-fixes.yam

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: >-
4+
Removes unit from value in advanced config.
5+
skipCI-kube-tests:true
6+
resolvesIssue: false

docs/content/installation/advanced_configuration/multi-gw-deployment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ gloo:
8888
name: https
8989
targetPort: 8443
9090
type: LoadBalancer
91-
tcpKeepaliveTimeSeconds: 5s # send keep-alive probes after 5s to keep connection up
91+
tcpKeepaliveTimeSeconds: 5 # send keep-alive probes after 5s to keep connection up
9292
gatewaySettings:
9393
customHttpsGateway: # using the default HTTPS Gateway
9494
virtualServiceSelector:
@@ -102,7 +102,7 @@ gloo:
102102
httpsPort: 443
103103
httpNodePort: 32080 # random port to be fixed in your private network
104104
type: NodePort
105-
tcpKeepaliveTimeSeconds: 5s # send keep-alive probes after 5s to keep connection up
105+
tcpKeepaliveTimeSeconds: 5 # send keep-alive probes after 5s to keep connection up
106106
gatewaySettings:
107107
customHttpGateway: # using the default HTTP Gateway
108108
virtualServiceSelector:

0 commit comments

Comments
 (0)