Build new DBAAS image to have latest sdlcli
[ric-plt/dbaas.git] / charts / dbaas-test / templates / deployment.yaml
index 2d4c5ba..98d6fb1 100644 (file)
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-apiVersion: extensions/v1beta1
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
+
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ .Values.testapp.name }}
 spec:
   replicas: {{ .Values.testapp.replicas }}
+  selector:
+    matchLabels:
+      app: {{ .Values.testapp.name }}
+
   template:
     metadata:
       labels: