File tree 2 files changed +8
-2
lines changed
docs/content/installation/advanced_configuration
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 88
88
name: https
89
89
targetPort: 8443
90
90
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
92
92
gatewaySettings:
93
93
customHttpsGateway: # using the default HTTPS Gateway
94
94
virtualServiceSelector:
@@ -102,7 +102,7 @@ gloo:
102
102
httpsPort: 443
103
103
httpNodePort: 32080 # random port to be fixed in your private network
104
104
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
106
106
gatewaySettings:
107
107
customHttpGateway: # using the default HTTP Gateway
108
108
virtualServiceSelector:
You can’t perform that action at this time.
0 commit comments