You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever triggering a "depcon app create" using a marathon description file (eg: marathon.json) with a healthcheck using the "port" attribute, the application will get deployed but the health check used is not reflecting the predefined healthcheck definition in the marathon description file. During the creation it ignores the "port" attribute and falls back on the default "portIndex"
Looking at the schema.json it seems the "Port" definition is already in there, only it isn't yet configured to be used by struct.go or event_types.go
The text was updated successfully, but these errors were encountered:
Whenever triggering a "depcon app create" using a marathon description file (eg: marathon.json) with a healthcheck using the "port" attribute, the application will get deployed but the health check used is not reflecting the predefined healthcheck definition in the marathon description file. During the creation it ignores the "port" attribute and falls back on the default "portIndex"
Looking at the schema.json it seems the "Port" definition is already in there, only it isn't yet configured to be used by struct.go or event_types.go
The text was updated successfully, but these errors were encountered: