X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Fdbaas-test%2Ftemplates%2Fdeployment.yaml;h=98d6fb1e82507c2f8fa563eea8b6e82a2616a5d3;hb=refs%2Ftags%2F0.5.5;hp=2d4c5ba6f733a2e695fbab73efe6ca49fc14673c;hpb=22edf30ca0ef3ffca2fdb5a44308d828494eee7b;p=ric-plt%2Fdbaas.git diff --git a/charts/dbaas-test/templates/deployment.yaml b/charts/dbaas-test/templates/deployment.yaml index 2d4c5ba..98d6fb1 100644 --- a/charts/dbaas-test/templates/deployment.yaml +++ b/charts/dbaas-test/templates/deployment.yaml @@ -13,12 +13,21 @@ # 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: