Skip to content

Commit c9f8bb2

Browse files
committed
fix(controller): default k8s pod annotaions
1 parent 185a7ba commit c9f8bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/api/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
'KUBERNETES_POD_DEFAULT_ANNOTATIONS',
384384
json.dumps({
385385
"kubernetes.io/egress-bandwidth": "100M",
386-
"kubernetes.io/igress-bandwidth": "100M",
386+
"kubernetes.io/ingress-bandwidth": "100M",
387387
})
388388
)
389389
# Default quota spec for application namespace

0 commit comments

Comments
 (0)