diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-07-27 21:58:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-27 21:58:00 +0000 |
commit | 13ac4d1f36434b2d5f08484435556529d8d608f8 (patch) | |
tree | 1210e2246e07a15c45a69b594a6abf90b7ccc39b /kubernetes/portal/components/portal-mariadb/templates/deployment.yaml | |
parent | e705957da54f0bde01d4bc88f43772a94ed832b0 (diff) | |
parent | bdcdf0304866610095a0873271c469a9d0c63171 (diff) |
Merge "[PORTAL] Make PORTAL compatible with Kubernetes v1.17"
Diffstat (limited to 'kubernetes/portal/components/portal-mariadb/templates/deployment.yaml')
-rw-r--r-- | kubernetes/portal/components/portal-mariadb/templates/deployment.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/portal/components/portal-mariadb/templates/deployment.yaml b/kubernetes/portal/components/portal-mariadb/templates/deployment.yaml index 6a58911a6f..bcd223c7e6 100644 --- a/kubernetes/portal/components/portal-mariadb/templates/deployment.yaml +++ b/kubernetes/portal/components/portal-mariadb/templates/deployment.yaml @@ -13,7 +13,7 @@ # 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" . }} @@ -24,6 +24,9 @@ metadata: release: {{ include "common.release" . }} heritage: {{ .Release.Service }} spec: + selector: + matchLabels: + app: {{ include "common.name" . }} replicas: {{ .Values.replicaCount }} template: metadata: |