Name alignment, agent to a1pms, in test env
[nonrtric.git] / test / simulator-group / policy_agent / svc.yaml
diff --git a/test/simulator-group/policy_agent/svc.yaml b/test/simulator-group/policy_agent/svc.yaml
deleted file mode 100644 (file)
index 0a9eca9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
-  name: $POLICY_AGENT_APP_NAME
-  namespace: $KUBE_NONRTRIC_NAMESPACE
-  labels:
-    run: $POLICY_AGENT_APP_NAME
-    autotest: PA
-spec:
-  type: ClusterIP
-  ports:
-  - port: $POLICY_AGENT_EXTERNAL_PORT
-    targetPort: $POLICY_AGENT_INTERNAL_PORT
-    protocol: TCP
-    name: http
-  - port: $POLICY_AGENT_EXTERNAL_SECURE_PORT
-    targetPort: $POLICY_AGENT_INTERNAL_SECURE_PORT
-    protocol: TCP
-    name: https
-  selector:
-    run: $POLICY_AGENT_APP_NAME
\ No newline at end of file