- docker build -t weather-client .
- docker run --rm -it -p 8080:80/tcp weather-client:latest
- Helm Create
- helm package .
- helm -n weather install weather-forecast-server ./weather-forecast-server-0.1.0.tgz
- /actuator/health
livenessProbe:
httpGet:
path: /actuator/health/liveness
port: http
readinessProbe:
httpGet:
path: /actuator/health/readiness
port: http