fix(consul): normalize cpu limit to canonical string form #164

Merged
unkinben merged 1 commits from benvin/consul-outsync-fix into main 2026-05-25 22:43:35 +10:00
Showing only changes of commit 2a5c80a357 - Show all commits
+1 -1
View File
@@ -37,7 +37,7 @@ server:
cpu: 100m
limits:
memory: 2Gi
cpu: 1000m
cpu: "1"
client:
enabled: false