Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzu committed Dec 22, 2024
1 parent 2912cbd commit 246f09d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ metadata:
spec:
clusterNetwork:
services:
cidrBlocks: 10.128.0.0/12
cidrBlocks:
- 10.128.0.0/12
pods:
cidrBlocks: "192.168.0.0/16"
cidrBlocks:
- "192.168.0.0/16"
serviceDomain: "cluster.local"
topology:
class: quick-start
Expand Down

0 comments on commit 246f09d

Please sign in to comment.