Skip to content

Conversation

rayl15
Copy link

@rayl15 rayl15 commented Jul 13, 2025

Helm Chart for Spring Boot Application

Based on the repository context, I've analyzed that this is a Spring Boot application. The repository includes CircleCI configuration, Dependabot setup, and Backstage catalog information, indicating it's a Java-based web service.

I've created a complete, production-ready Helm chart for deploying this Spring Boot application to Kubernetes. The chart follows best practices including:

  • Configurable resource limits and requests
  • Liveness and readiness probes
  • Horizontal Pod Autoscaler support
  • Ingress configuration
  • Service account management
  • ConfigMaps and Secrets for environment variables
  • Pod Disruption Budget for availability
  • Network Policy for security

The chart is designed to be highly configurable through the values.yaml file while providing sensible defaults.

Below is the complete Helm chart structure with all necessary files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant