0xPolygon / kurtosis-cdk

A Kurtosis package that deploys a private, portable, and modular Polygon CDK devnet
https://docs.polygon.technology/cdk
Apache License 2.0
28 stars 43 forks source link

chore: update port names #146

Closed leovct closed 1 month ago

leovct commented 1 month ago

Description

🚨 Breaking Change! 🚨

Kubernetes adheres to RFC-6335, which specifies a character limit for port names ranging from 1 to 15 characters. However, some of the port names defined in the Kurtosis CDK exceed this 15-character limit. This PR addresses this issue by shortening the port names and updating some of the ports with more appropriate names.

References (if applicable)

https://polygon.atlassian.net/browse/DVT-1520