Skip to content

Commit

Permalink
Update Port For NND in DTS1 (#683)
Browse files Browse the repository at this point in the history
* update actuator port to 8098

* update nnd port
  • Loading branch information
ndduc01 authored Dec 16, 2024
1 parent 814b1d0 commit 206ff54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/dataingestion-service/values-dts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dataprocessingService:

nndService:
enabled: "true"
port: 8081
port: 8085

srtedataService:
enabled: "true"
Expand Down
4 changes: 2 additions & 2 deletions charts/nnd-service/values-dts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ serviceAccount:
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/path: "/actuator/prometheus"
prometheus.io/port: "8081"
prometheus.io/port: "8098"

podSecurityContext: {}

securityContext: {}

service:
type: ClusterIP
port: 8081
port: 8085
httpsPort: 443

# Kubernetes resource limits
Expand Down

0 comments on commit 206ff54

Please sign in to comment.