X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcharts%2Fso-vnfm-adapter%2Ftemplates%2Fdeployment.yaml;fp=kubernetes%2Fso%2Fcharts%2Fso-vnfm-adapter%2Ftemplates%2Fdeployment.yaml;h=2dbfa4ea4a20d0cf7779cbc7176d8a65df704513;hb=d1c1f6a91328bd46313ff6f50fc631cba73fb078;hp=a720753f475e319c1ffee240fa62f1feaf81b626;hpb=b57170364c0c11db35058e876d9dbd78c0983fee;p=oom.git diff --git a/kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml b/kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml index a720753f47..2dbfa4ea4a 100755 --- a/kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml +++ b/kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "common.fullname" . }} @@ -21,6 +21,9 @@ metadata: chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ include "common.release" . }} spec: + selector: + matchLabels: + app: {{ include "common.name" . }} replicas: {{ index .Values.replicaCount }} minReadySeconds: {{ index .Values.minReadySeconds }} strategy: