Skip to content

Commit

Permalink
get rqlite nodes API data
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini authored Apr 22, 2024
1 parent 9d5873a commit 3795d10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions in-cluster/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,15 @@ spec:
image: busybox:1
command: ["wget"]
args: ["-q", "-T", "5", "http://kotsadm-rqlite:4001/status?pretty", "-O-"]
- runPod:
name: rqlite-nodes
namespace: default
podSpec:
containers:
- name: rqlite-nodes
image: busybox:1
command: ["wget"]
args: ["-q", "-T", "5", "http://kotsadm-rqlite:4001/nodes?pretty&ver=2", "-O-"]
- http:
collectorName: replicated.app-health-check
get:
Expand Down

0 comments on commit 3795d10

Please sign in to comment.