Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 621 Bytes

readme.md

File metadata and controls

37 lines (23 loc) · 621 Bytes

Spring Boot Application with Prometheus

This repo contains a simple Spring Boot application that publishes Proemtheus-style metrics.

Java Application

Deploy to Kubernetes

  • Build and push Docker image:

    mvn -f app/pom.xml package jib:build
    
  • Build to Docker daemon:

    mvn -f app/pom.xml package jib:dockerBuild
    
  • Deploy to k8s:

    helm install --name myapp chart