diff --git a/charts/fullstack-deployment/templates/gateway-api/envoy-grpc-web-routes.yaml b/charts/fullstack-deployment/templates/gateway-api/envoy-grpc-web-routes.yaml index 28080cfdd..3fcf63a80 100644 --- a/charts/fullstack-deployment/templates/gateway-api/envoy-grpc-web-routes.yaml +++ b/charts/fullstack-deployment/templates/gateway-api/envoy-grpc-web-routes.yaml @@ -10,6 +10,7 @@ metadata: namespace: {{ default $.Release.Namespace $.Values.global.namespaceOverride }} labels: fullstack.hedera.com/type: http-route + {{- include "fullstack.testLabels" $ | nindent 4 }} spec: parentRefs: - name: fst diff --git a/charts/fullstack-deployment/templates/gateway-api/gateway.yaml b/charts/fullstack-deployment/templates/gateway-api/gateway.yaml index 6deb0890e..451c23e5a 100644 --- a/charts/fullstack-deployment/templates/gateway-api/gateway.yaml +++ b/charts/fullstack-deployment/templates/gateway-api/gateway.yaml @@ -6,6 +6,7 @@ metadata: namespace: {{ default $.Release.Namespace $.Values.global.namespaceOverride }} labels: fullstack.hedera.com/type: gateway + {{- include "fullstack.testLabels" $ | nindent 4 }} spec: gatewayClassName: {{ $.Values.gatewayApi.gatewayClass.name }} listeners: diff --git a/charts/fullstack-deployment/templates/gateway-api/haproxy-grpc-routes.yaml b/charts/fullstack-deployment/templates/gateway-api/haproxy-grpc-routes.yaml index f19259a6b..6abcfb83a 100644 --- a/charts/fullstack-deployment/templates/gateway-api/haproxy-grpc-routes.yaml +++ b/charts/fullstack-deployment/templates/gateway-api/haproxy-grpc-routes.yaml @@ -11,6 +11,7 @@ metadata: labels: fullstack.hedera.com/type: tcp-route fullstack.hedera.com/nodeName: {{ $node.name }} + {{- include "fullstack.testLabels" $ | nindent 4 }} spec: parentRefs: - name: fst diff --git a/charts/fullstack-deployment/templates/gateway-api/hedera-explorer-route.yaml b/charts/fullstack-deployment/templates/gateway-api/hedera-explorer-route.yaml index 1518d331a..5c8f66fe3 100644 --- a/charts/fullstack-deployment/templates/gateway-api/hedera-explorer-route.yaml +++ b/charts/fullstack-deployment/templates/gateway-api/hedera-explorer-route.yaml @@ -5,6 +5,7 @@ metadata: namespace: {{ default $.Release.Namespace $.Values.global.namespaceOverride }} labels: fullstack.hedera.com/type: http-route + {{- include "fullstack.testLabels" $ | nindent 4 }} spec: parentRefs: - name: fst diff --git a/charts/fullstack-deployment/templates/gateway-api/network-node-grpc-routes.yaml b/charts/fullstack-deployment/templates/gateway-api/network-node-grpc-routes.yaml index e023a6293..e93e0c05e 100644 --- a/charts/fullstack-deployment/templates/gateway-api/network-node-grpc-routes.yaml +++ b/charts/fullstack-deployment/templates/gateway-api/network-node-grpc-routes.yaml @@ -11,6 +11,7 @@ metadata: labels: fullstack.hedera.com/type: tcp-route fullstack.hedera.com/nodeName: {{ $node.name }} + {{- include "fullstack.testLabels" $ | nindent 4 }} spec: parentRefs: - name: fst diff --git a/charts/fullstack-deployment/templates/services/envoy-svc.yaml b/charts/fullstack-deployment/templates/services/envoy-svc.yaml index 3a381144c..35350a449 100644 --- a/charts/fullstack-deployment/templates/services/envoy-svc.yaml +++ b/charts/fullstack-deployment/templates/services/envoy-svc.yaml @@ -12,6 +12,7 @@ metadata: fullstack.hedera.com/type: envoy-proxy-svc fullstack.hedera.com/node-name: {{ $node.name }} fullstack.hedera.com/prometheus-endpoint: active + {{- include "fullstack.testLabels" $ | nindent 4 }} spec: {{- if default $defaults.loadBalancerEnabled $envoyProxy.loadBalancerEnabled | eq "true" }} type: LoadBalancer diff --git a/charts/fullstack-deployment/templates/services/haproxy-svc.yaml b/charts/fullstack-deployment/templates/services/haproxy-svc.yaml index a5b0a835c..7687fff1b 100644 --- a/charts/fullstack-deployment/templates/services/haproxy-svc.yaml +++ b/charts/fullstack-deployment/templates/services/haproxy-svc.yaml @@ -12,6 +12,7 @@ metadata: fullstack.hedera.com/type: haproxy-svc fullstack.hedera.com/node-name: {{ $node.name }} fullstack.hedera.com/prometheus-endpoint: active + {{- include "fullstack.testLabels" $ | nindent 4 }} spec: {{- if default $defaults.loadBalancerEnabled $haproxy.loadBalancerEnabled | eq "true" }} type: LoadBalancer diff --git a/charts/fullstack-deployment/templates/services/network-node-svc.yaml b/charts/fullstack-deployment/templates/services/network-node-svc.yaml index 4fa908d2f..7be5c1917 100644 --- a/charts/fullstack-deployment/templates/services/network-node-svc.yaml +++ b/charts/fullstack-deployment/templates/services/network-node-svc.yaml @@ -9,6 +9,7 @@ metadata: fullstack.hedera.com/type: network-node-svc fullstack.hedera.com/node-name: {{ $nodeConfig.name }} fullstack.hedera.com/prometheus-endpoint: active + {{- include "fullstack.testLabels" $ | nindent 4 }} spec: selector: app: network-{{ $nodeConfig.name }} diff --git a/charts/fullstack-deployment/templates/telemetry/prometheus-svc-monitor.yaml b/charts/fullstack-deployment/templates/telemetry/prometheus-svc-monitor.yaml index 1acec59ef..ddb4486ee 100644 --- a/charts/fullstack-deployment/templates/telemetry/prometheus-svc-monitor.yaml +++ b/charts/fullstack-deployment/templates/telemetry/prometheus-svc-monitor.yaml @@ -6,6 +6,7 @@ metadata: namespace: {{ default $.Release.Namespace $.Values.global.namespaceOverride }} labels: fullstack.hedera.com/type: network-node-svc-monitor + {{- include "fullstack.testLabels" $ | nindent 4 }} spec: selector: matchLabels: