Skip to content

Commit

Permalink
Merge pull request #233 from Rakshithb1/develop
Browse files Browse the repository at this point in the history
[MOSIP-36836] Updated values.yaml
  • Loading branch information
sree96 authored Nov 12, 2024
2 parents dee1fc5 + cf65841 commit 377b4cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/inji-verify-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ springServicePort: 8080
startupProbe:
enabled: true
httpGet:
path: /
path: /v1/verify/actuator/health
port: 8080
initialDelaySeconds: 0
periodSeconds: 10
Expand All @@ -86,7 +86,7 @@ startupProbe:
livenessProbe:
enabled: true
httpGet:
path: /
path: /v1/verify/actuator/health
port: 8080
initialDelaySeconds: 20
periodSeconds: 10
Expand All @@ -97,7 +97,7 @@ livenessProbe:
readinessProbe:
enabled: true
httpGet:
path: /
path: /v1/verify/actuator/health
port: 8080
initialDelaySeconds: 0
periodSeconds: 10
Expand Down Expand Up @@ -396,7 +396,7 @@ metrics:
podAnnotations:
prometheus.io/scrape: "true"

endpointPath: /v1/inji-verify-service/actuator/prometheus
endpointPath: /v1/verify/actuator/prometheus

## Prometheus Service Monitor
## ref: https://github.com/coreos/prometheus-operator
Expand Down Expand Up @@ -448,6 +448,6 @@ istio:
enabled: true
gateways:
- istio-system/internal
prefix: /
prefix: /v1/verify

enable_insecure: false

0 comments on commit 377b4cc

Please sign in to comment.