helm hlaeja management

- add actuator.http
- add http-client.env.json-dev
- update helmfile.yaml
- add 04-service.yaml
- add 03-deployment.yaml
- add 02-configmap.yaml
- add 01-secret.yaml
- add values.yaml
- add Chart.yaml
This commit is contained in:
2025-07-28 11:08:20 +02:00
committed by swordsteel
parent d65799bc56
commit 0368a2c6fa
9 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
### get actuator
GET {{hostname}}/actuator
### get actuator health
GET {{hostname}}/actuator/health

View File

@@ -0,0 +1,11 @@
{
"development": {
"hostname": "http://localhost:8080"
},
"docker": {
"hostname": "http://localhost:9060"
},
"testing": {
"hostname": "http://10.0.x.x"
}
}