Skip to content

Commit

Permalink
Merge pull request #19 from cr7258/fix-probe
Browse files Browse the repository at this point in the history
fix: probe port and path
  • Loading branch information
Peefy authored Mar 5, 2024
2 parents 2f087c4 + cc3a7c3 commit b9ac476
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ spec:
- --enable-leader-election
livenessProbe:
httpGet:
port: http
path: /
port: http-prom
path: /metrics
readinessProbe:
httpGet:
port: http
path: /
port: http-prom
path: /metrics
resources:
limits:
cpu: 1000m
Expand Down

0 comments on commit b9ac476

Please sign in to comment.