diff options
author | 2021-06-02 08:07:51 +0000 | |
---|---|---|
committer | 2021-06-02 08:07:51 +0000 | |
commit | 22dabf14ef253de251ababe12d26a70c47d531f3 (patch) | |
tree | dad557f58c987e56f821dbc82c48f3cf84743887 /kubernetes/oof/components/oof-has/resources/config/healthcheck.json | |
parent | 84b962398213641e656e8d1750b83f480f531563 (diff) | |
parent | 20552e7bebb63393f850886a1a8844c9c0bbe8cc (diff) |
Merge changes I44c8b60c,I0cb6d383
* changes:
[OOF] Update HAS charts to use etcd
[COMMON][ETCD-INIT] Add etcd-init chart
Diffstat (limited to 'kubernetes/oof/components/oof-has/resources/config/healthcheck.json')
-rwxr-xr-x | kubernetes/oof/components/oof-has/resources/config/healthcheck.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/kubernetes/oof/components/oof-has/resources/config/healthcheck.json b/kubernetes/oof/components/oof-has/resources/config/healthcheck.json deleted file mode 100755 index 833fa0f5d9..0000000000 --- a/kubernetes/oof/components/oof-has/resources/config/healthcheck.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "consistencyInfo": { - "type": "eventual" - }, - "values": { - "id": "healthcheck", - "created": 1479482603641, - "message": "", - "name": "foo", - "recommend_max": 1, - "solution": "{\"healthcheck\": \" healthcheck\"}", - "status": "solved", - "template": "{\"healthcheck\": \"healthcheck\"}", - "timeout": 3600, - "translation": "{\"healthcheck\": \" healthcheck\"}", - "updated": 1484324150629 - } -} |