Skip to content

Commit

Permalink
update port for srte and ingress (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndduc01 authored Dec 12, 2024
1 parent b924b03 commit 1bab49e
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 6 deletions.
5 changes: 5 additions & 0 deletions charts/dataingestion-service/values-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ nndService:
enabled: "false"
port: 8081

srtedataService:
enabled: "true"
port: 8084


ingress:
enabled: true
className: "nginx"
Expand Down
5 changes: 5 additions & 0 deletions charts/dataingestion-service/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ nndService:
enabled: "false"
port: 8081

srtedataService:
enabled: "true"
port: 8084


ingress:
enabled: true
className: "nginx"
Expand Down
5 changes: 5 additions & 0 deletions charts/dataingestion-service/values-dts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ nndService:
enabled: "true"
port: 8081

srtedataService:
enabled: "true"
port: 8084


ingress:
enabled: true
className: "nginx"
Expand Down
5 changes: 5 additions & 0 deletions charts/dataingestion-service/values-feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ nndService:
enabled: "true"
port: 8081

srtedataService:
enabled: "true"
port: 8084


# Kubernetes resource limits
resources: {}

Expand Down
5 changes: 5 additions & 0 deletions charts/dataingestion-service/values-fts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ nndService:
enabled: "false"
port: 8081

srtedataService:
enabled: "true"
port: 8084


ingress:
enabled: true
className: "nginx"
Expand Down
5 changes: 5 additions & 0 deletions charts/dataingestion-service/values-fts2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ nndService:
enabled: "false"
port: 8081

srtedataService:
enabled: "true"
port: 8084


ingress:
enabled: true
className: "nginx"
Expand Down
5 changes: 5 additions & 0 deletions charts/dataingestion-service/values-int1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ nndService:
enabled: "true"
port: 8081

srtedataService:
enabled: "true"
port: 8084


ingress:
enabled: true
className: "nginx"
Expand Down
5 changes: 5 additions & 0 deletions charts/dataingestion-service/values-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ nndService:
enabled: "true"
port: 8081

srtedataService:
enabled: "true"
port: 8084


ingress:
enabled: true
className: "nginx"
Expand Down
4 changes: 4 additions & 0 deletions charts/dataingestion-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ nndService:
enabled: "true"
port: 8081

srtedataService:
enabled: "true"
port: 8084

ingress:
enabled: true
className: "nginx"
Expand Down
2 changes: 1 addition & 1 deletion charts/srte-data-service/values-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ securityContext: {}

service:
type: ClusterIP
port: 8082
port: 8084
httpsPort: 443

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/srte-data-service/values-dts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ securityContext: {}

service:
type: ClusterIP
port: 8082
port: 8084
httpsPort: 443

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/srte-data-service/values-feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ securityContext: {}

service:
type: ClusterIP
port: 8082
port: 8084
httpsPort: 443

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/srte-data-service/values-int1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ securityContext: {}

service:
type: ClusterIP
port: 8082
port: 8084
httpsPort: 443

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/srte-data-service/values-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ securityContext: {}

service:
type: ClusterIP
port: 8082
port: 8084
httpsPort: 443

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/srte-data-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ securityContext: {}

service:
type: ClusterIP
port: 8082
port: 8084
httpsPort: 443

ingress:
Expand Down

0 comments on commit 1bab49e

Please sign in to comment.