Skip to content

Commit

Permalink
[monitoring] updated unfi unpoller image
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 22, 2024
1 parent ec1d8c5 commit bf41716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/networking/unifi/poller/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: unifi-poller
image: golift/unifi-poller:2.1
image: golift/unifi-poller:2.9.5
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down Expand Up @@ -53,14 +53,14 @@ spec:
httpGet:
path: /metrics
port: metrics
periodSeconds: 20
periodSeconds: 5
failureThreshold: 3
livenessProbe:
httpGet:
path: /metrics
port: metrics
initialDelaySeconds: 120
periodSeconds: 10
initialDelaySeconds: 30
periodSeconds: 15
failureThreshold: 5
volumes:
- name: poller-data
Expand Down

0 comments on commit bf41716

Please sign in to comment.