remove old k8s resources #416
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
Enhancement, Configuration changes
Description
Removed obsolete Kubernetes resources and configurations.
Deleted Helm charts and templates for Blockscout and micro-squid.
Cleaned up Kubernetes configurations for various nodes (bootstrap, domain, farmer, rpc).
Removed associated persistent volume claims, storage classes, and services.
Changes walkthrough 📝
53 files
Removed Helm deployment script for Blockscout stack.Deleted helper templates for micro-squid Helm chart.Deleted custom values file for Blockscout Helm chart.Removed Helm ignore file for micro-squid.Deleted Chart.yaml for micro-squid Helm chart.Removed environment configuration file for micro-squid.Deleted ACME certificate configuration for micro-squid.Deleted cluster role bindings for micro-squid.Removed ConfigMap template for micro-squid.Deleted horizontal pod autoscaler configuration for micro-squid.Removed ingress configuration for micro-squid.Deleted load balancer service configuration for micro-squid.Removed namespace configuration for micro-squid.Deleted PostgreSQL ConfigMap for micro-squid.Removed persistent volume configuration for micro-squid.Deleted persistent volume claim configuration for micro-squid.Removed resource quota configuration for micro-squid.Deleted role and role binding configurations for micro-squid.Removed secret configuration for micro-squid.Deleted service configuration for micro-squid.Removed service account configuration for micro-squid.Deleted StatefulSet configuration for micro-squid.Removed storage class configuration for micro-squid.Deleted values.yaml for micro-squid Helm chart.Removed ConfigMap for bootstrap domain node.Deleted service configuration for bootstrap domain node.Removed StatefulSet for bootstrap domain node.Deleted persistent volume claim for bootstrap domain node.Removed AWS storage class for bootstrap domain node.Removed ConfigMap for bootstrap node.Deleted service configuration for bootstrap node.Removed StatefulSet for bootstrap node.Deleted persistent volume claim for bootstrap node.Removed AWS storage class for bootstrap node.Removed ConfigMap for domain node.Deleted StatefulSet for domain node.Removed ingress configuration for domain node.Deleted persistent volume claim for domain node.Removed service configuration for domain node.Removed AWS storage class for domain node.Removed ConfigMap for farmer node.Deleted StatefulSet for farmer node.Removed ConfigMap for farmer node.Deleted persistent volume claims for farmer node.Removed service configuration for farmer node.Removed AWS storage class for farmer node.Removed ConfigMap for RPC node.Deleted StatefulSet for RPC node.Removed ingress configuration for RPC node.Deleted persistent volume claim for RPC node.Removed service configuration for RPC node.Removed AWS storage class for RPC node.Removed kustomization file for devnet.2 files
Removed README for Blockscout Helm chart.Removed NOTES.txt for micro-squid Helm chart.