Skip to content

Commit

Permalink
Doc fixes 1.14 (#9181)
Browse files Browse the repository at this point in the history
* Remove unit from value

* Create doc-fixes1.yaml

* Rename doc-fixes1.yaml to doc-fixes.yaml
  • Loading branch information
Nadine2016 authored Feb 23, 2024
1 parent 5f66e56 commit 63f00f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog/v1.14.30/doc-fixes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
- type: NON_USER_FACING
description: >-
Backport of weekly doc fixes, such as typos, links, version bumps, and feedback raised in Slack.
skipCI-kube-tests:true
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gloo:
name: https
targetPort: 8443
type: LoadBalancer
tcpKeepaliveTimeSeconds: 5s # send keep-alive probes after 5s to keep connection up
tcpKeepaliveTimeSeconds: 5 # send keep-alive probes after 5s to keep connection up
gatewaySettings:
customHttpsGateway: # using the default HTTPS Gateway
virtualServiceSelector:
Expand All @@ -100,7 +100,7 @@ gloo:
httpsPort: 443
httpNodePort: 32080 # random port to be fixed in your private network
type: NodePort
tcpKeepaliveTimeSeconds: 5s # send keep-alive probes after 5s to keep connection up
tcpKeepaliveTimeSeconds: 5 # send keep-alive probes after 5s to keep connection up
gatewaySettings:
customHttpGateway: # using the default HTTP Gateway
virtualServiceSelector:
Expand Down

0 comments on commit 63f00f8

Please sign in to comment.