Skip to content

Commit 030e3c7

Browse files
authored
Merge pull request #8 from ozerovandrei/fix-services
Fix LoadBalancer annotation format
2 parents c31e299 + 9ac19e7 commit 030e3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/nginx-loadbalancer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels:
88
app: nginx
99
annotations:
10-
loadbalancer.openstack.org/x-forwarded-for: true
10+
loadbalancer.openstack.org/x-forwarded-for: "true"
1111
spec:
1212
type: LoadBalancer
1313
ports:

0 commit comments

Comments
 (0)