Created
September 10, 2025 20:39
-
-
Save HighonAces/e5d2d3538b6d1e4d99501c422da38fc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: srujanpakanati.com/v1alpha1 | |
| kind: EKSNetwork | |
| metadata: | |
| name: my-eks-network | |
| namespace: default | |
| spec: | |
| parameters: | |
| region: us-east-2 | |
| networkType: "dev" | |
| vpcCidrBlock: "10.0.0.0/16" | |
| availabilityZones: | |
| - "us-east-2a" | |
| - "us-east-2b" | |
| publicSubnetCidrBlocks: | |
| - "10.0.1.0/24" | |
| - "10.0.2.0/24" | |
| crossplane: | |
| compositionSelector: | |
| matchLabels: | |
| provider: aws | |
| workload: eksnetwork |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment