- 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
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
{
|
|
"development": {
|
|
"hostname": "http://localhost:8080"
|
|
},
|
|
"docker": {
|
|
"hostname": "http://localhost:9060"
|
|
},
|
|
"testing": {
|
|
"hostname": "http://10.0.x.x"
|
|
}
|
|
}
|