Files
hlaeja-development/http/management/http-client.env.json-dev
Swordsteel 0368a2c6fa 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
2025-07-28 11:37:04 +02:00

12 lines
180 B
Plaintext

{
"development": {
"hostname": "http://localhost:8080"
},
"docker": {
"hostname": "http://localhost:9060"
},
"testing": {
"hostname": "http://10.0.x.x"
}
}