apiVersion: v1 kind: ConfigMap metadata: name: cluster-pricing namespace: container-mom-system data: # Base usage-based pricing base_price: "1.00" # USD per deployment per month resources: cpu: "0.04" # USD per core hour memory: "0.005" # USD per GB hour storage: "0.10" # USD per GB hour network: "0.12" # USD per GB transferred ha_multiplier: "1.2" # Cost multiplier for additional clusters # Promotional packages promos: startup: price: "49.00" # Fixed monthly price description: "Perfect for small apps and MVPs" limits: deployments: "5" cpu: "4" memory: "8Gi" storage: "20Gi" clusters: "1" growth: price: "199.00" description: "For growing applications with HA needs" limits: deployments: "10" cpu: "16" memory: "32Gi" storage: "100Gi" clusters: "2"