diff --git a/charts/dataingestion-service/values-demo.yaml b/charts/dataingestion-service/values-demo.yaml index d93e3f67..e07f6f59 100644 --- a/charts/dataingestion-service/values-demo.yaml +++ b/charts/dataingestion-service/values-demo.yaml @@ -48,6 +48,11 @@ nndService: enabled: "false" port: 8081 +srtedataService: + enabled: "true" + port: 8084 + + ingress: enabled: true className: "nginx" diff --git a/charts/dataingestion-service/values-dev.yaml b/charts/dataingestion-service/values-dev.yaml index 41d974b6..202c4e6c 100644 --- a/charts/dataingestion-service/values-dev.yaml +++ b/charts/dataingestion-service/values-dev.yaml @@ -47,6 +47,11 @@ nndService: enabled: "false" port: 8081 +srtedataService: + enabled: "true" + port: 8084 + + ingress: enabled: true className: "nginx" diff --git a/charts/dataingestion-service/values-dts1.yaml b/charts/dataingestion-service/values-dts1.yaml index eef442d7..dd3d0c9f 100644 --- a/charts/dataingestion-service/values-dts1.yaml +++ b/charts/dataingestion-service/values-dts1.yaml @@ -47,6 +47,11 @@ nndService: enabled: "true" port: 8081 +srtedataService: + enabled: "true" + port: 8084 + + ingress: enabled: true className: "nginx" diff --git a/charts/dataingestion-service/values-feature.yaml b/charts/dataingestion-service/values-feature.yaml index 0f4358ba..010a6258 100644 --- a/charts/dataingestion-service/values-feature.yaml +++ b/charts/dataingestion-service/values-feature.yaml @@ -55,6 +55,11 @@ nndService: enabled: "true" port: 8081 +srtedataService: + enabled: "true" + port: 8084 + + # Kubernetes resource limits resources: {} diff --git a/charts/dataingestion-service/values-fts1.yaml b/charts/dataingestion-service/values-fts1.yaml index 2bc17d34..5bd1ad86 100644 --- a/charts/dataingestion-service/values-fts1.yaml +++ b/charts/dataingestion-service/values-fts1.yaml @@ -47,6 +47,11 @@ nndService: enabled: "false" port: 8081 +srtedataService: + enabled: "true" + port: 8084 + + ingress: enabled: true className: "nginx" diff --git a/charts/dataingestion-service/values-fts2.yaml b/charts/dataingestion-service/values-fts2.yaml index 79c9d448..3e59ba7f 100644 --- a/charts/dataingestion-service/values-fts2.yaml +++ b/charts/dataingestion-service/values-fts2.yaml @@ -47,6 +47,11 @@ nndService: enabled: "false" port: 8081 +srtedataService: + enabled: "true" + port: 8084 + + ingress: enabled: true className: "nginx" diff --git a/charts/dataingestion-service/values-int1.yaml b/charts/dataingestion-service/values-int1.yaml index 9c269a89..0fb345c0 100644 --- a/charts/dataingestion-service/values-int1.yaml +++ b/charts/dataingestion-service/values-int1.yaml @@ -47,6 +47,11 @@ nndService: enabled: "true" port: 8081 +srtedataService: + enabled: "true" + port: 8084 + + ingress: enabled: true className: "nginx" diff --git a/charts/dataingestion-service/values-test2.yaml b/charts/dataingestion-service/values-test2.yaml index a1c546a9..2a61094a 100644 --- a/charts/dataingestion-service/values-test2.yaml +++ b/charts/dataingestion-service/values-test2.yaml @@ -47,6 +47,11 @@ nndService: enabled: "true" port: 8081 +srtedataService: + enabled: "true" + port: 8084 + + ingress: enabled: true className: "nginx" diff --git a/charts/dataingestion-service/values.yaml b/charts/dataingestion-service/values.yaml index 5b6e5ac9..c1a85edc 100644 --- a/charts/dataingestion-service/values.yaml +++ b/charts/dataingestion-service/values.yaml @@ -48,6 +48,10 @@ nndService: enabled: "true" port: 8081 +srtedataService: + enabled: "true" + port: 8084 + ingress: enabled: true className: "nginx" diff --git a/charts/srte-data-service/values-demo.yaml b/charts/srte-data-service/values-demo.yaml index 1ab2e64c..5917ce33 100644 --- a/charts/srte-data-service/values-demo.yaml +++ b/charts/srte-data-service/values-demo.yaml @@ -27,7 +27,7 @@ securityContext: {} service: type: ClusterIP - port: 8082 + port: 8084 httpsPort: 443 ingress: diff --git a/charts/srte-data-service/values-dts1.yaml b/charts/srte-data-service/values-dts1.yaml index ac3b991b..a4e9d470 100644 --- a/charts/srte-data-service/values-dts1.yaml +++ b/charts/srte-data-service/values-dts1.yaml @@ -27,7 +27,7 @@ securityContext: {} service: type: ClusterIP - port: 8082 + port: 8084 httpsPort: 443 ingress: diff --git a/charts/srte-data-service/values-feature.yaml b/charts/srte-data-service/values-feature.yaml index 7b1b19c8..029cb026 100644 --- a/charts/srte-data-service/values-feature.yaml +++ b/charts/srte-data-service/values-feature.yaml @@ -27,7 +27,7 @@ securityContext: {} service: type: ClusterIP - port: 8082 + port: 8084 httpsPort: 443 ingress: diff --git a/charts/srte-data-service/values-int1.yaml b/charts/srte-data-service/values-int1.yaml index cfa9062f..708a3aa9 100644 --- a/charts/srte-data-service/values-int1.yaml +++ b/charts/srte-data-service/values-int1.yaml @@ -27,7 +27,7 @@ securityContext: {} service: type: ClusterIP - port: 8082 + port: 8084 httpsPort: 443 ingress: diff --git a/charts/srte-data-service/values-test2.yaml b/charts/srte-data-service/values-test2.yaml index ff981ea3..41b40a75 100644 --- a/charts/srte-data-service/values-test2.yaml +++ b/charts/srte-data-service/values-test2.yaml @@ -27,7 +27,7 @@ securityContext: {} service: type: ClusterIP - port: 8082 + port: 8084 httpsPort: 443 ingress: diff --git a/charts/srte-data-service/values.yaml b/charts/srte-data-service/values.yaml index f4dff2cc..9bbe7da6 100644 --- a/charts/srte-data-service/values.yaml +++ b/charts/srte-data-service/values.yaml @@ -27,7 +27,7 @@ securityContext: {} service: type: ClusterIP - port: 8082 + port: 8084 httpsPort: 443 ingress: