fix(nightscout): use TCP probe to avoid 401 from auth-gated status endpoint
This commit is contained in:
@@ -25,14 +25,12 @@ spec:
|
||||
- secretRef:
|
||||
name: nightscout-secret
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/status
|
||||
tcpSocket:
|
||||
port: 1337
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/status
|
||||
tcpSocket:
|
||||
port: 1337
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
|
||||
Reference in New Issue
Block a user