Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ed066f7

Browse files
committed
chore: Remove whitespaces from readmes
1 parent 8cc04f5 commit ed066f7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

apigateway/helm/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,12 @@ spec:
103103
sessionAffinityConfig:
104104
clientIP:
105105
timeoutSeconds: 1000
106-
107106
---
108107
# apigateway-ingress.yaml
109108
apiVersion: extensions/v1beta1
110109
kind: Ingress
111110
metadata:
112-
annotations:
111+
annotations:
113112
nginx.ingress.kubernetes.io/affinity: "cookie"
114113
```
115114

apigateway/helm/README.md.gotmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ spec:
103103
sessionAffinityConfig:
104104
clientIP:
105105
timeoutSeconds: 1000
106-
106+
107107
---
108108
# apigateway-ingress.yaml
109109
apiVersion: extensions/v1beta1
110110
kind: Ingress
111111
metadata:
112-
annotations:
112+
annotations:
113113
nginx.ingress.kubernetes.io/affinity: "cookie"
114114
```
115115

116-
Note, if you are using the default configuration and nginx as your ingress controller, sticky sessions will be enabled by default for the UI port and ingress. Change the ingress annotations accordingly for other ingress controllers like Traefik.
116+
Note, if you are using the default configuration and nginx as your ingress controller, sticky sessions will be enabled by default for the UI port and ingress. Change the ingress annotations accordingly for other ingress controllers like Traefik.
117117

118118

119119
## Using an external load balancer

0 commit comments

Comments
 (0)