There was an error while loading. Please reload this page.
1 parent 78ebb75 commit dc65f2bCopy full SHA for dc65f2b
1 file changed
provider.yml
@@ -25,16 +25,12 @@ detailsSchema:
25
service_url_frontend_3000:
26
type: string
27
readOnly: true
28
- statusUrl:
29
- type: string
30
- readOnly: true
31
- default: '${{ .hostname }}/health'
32
status:
33
type: 'object'
34
properties:
35
state:
36
37
- x-endpoint: '${{ .statusUrl }}'
+ x-endpoint: '${{ .service_url_frontend_3000 }}/health'
38
secretsSchema: {}
39
plans:
40
- id: 0
0 commit comments