Remove static nodeports from ranpm 27/14727/1
authoraravind.est <aravindhan.a@est.tech>
Fri, 18 Jul 2025 10:07:46 +0000 (11:07 +0100)
committeraravind.est <aravindhan.a@est.tech>
Fri, 18 Jul 2025 10:10:41 +0000 (11:10 +0100)
These nodeports sometimes conflicts with the other ports allocated.
This change removes the static nodeport and uses dynamic nodeports for ranpm

Issue-ID: INT-170
Change-Id: I57ed2e03d5061f696b6bb921a9eb949f6054a294
Signed-off-by: aravind.est <aravindhan.a@est.tech>
smo-install/oran_oom/smo/common/influxdb2/templates/app-service.yaml
smo-install/oran_oom/smo/common/keycloak-proxy/templates/app-service.yaml
smo-install/oran_oom/smo/common/keycloak/templates/app-service.yaml
smo-install/oran_oom/smo/common/minio/templates/app-service.yaml
smo-install/oran_oom/smo/common/opa-rule-db/templates/app-service.yaml
smo-install/oran_oom/smo/common/redpanda-console/templates/app-service.yaml

index 82ec4b1..74a7ff6 100644 (file)
@@ -27,7 +27,6 @@ spec:
     - name: influxdb2
       port: 8086
       targetPort: 8086
-      nodePort: 31812
   selector:
     app: influxdb2
   type: NodePort
\ No newline at end of file
index 5e53a10..3296efc 100644 (file)
@@ -30,7 +30,6 @@ spec:
   - name: http
     port: 8080
     targetPort: 8080
-    nodePort: 31788
   selector:
     app: keycloak
   type: NodePort
index 244d000..dec3117 100644 (file)
@@ -27,7 +27,6 @@ spec:
   - name: http
     port: 80
     targetPort: 80
-    nodePort: 32201
   selector:
     app: bundle-server
   type: NodePort