diff options
author | Grzegorz-Lis <grzegorz.lis@nokia.com> | 2020-07-27 15:34:06 +0200 |
---|---|---|
committer | Grzegorz-Lis <grzegorz.lis@nokia.com> | 2020-07-27 15:34:06 +0200 |
commit | bdcdf0304866610095a0873271c469a9d0c63171 (patch) | |
tree | 5aa778bc56de26f6e01194a1831dd368ea5d8943 /kubernetes/portal/components/portal-widget/templates/deployment.yaml | |
parent | 9bd9878e4c8711c42d45b3d5dc99195c25d927ba (diff) |
[PORTAL] Make PORTAL compatible with Kubernetes v1.17
Issue-ID: OOM-2463
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I20f44472e2c22b23ef22f477b63479b7e71eff16
Diffstat (limited to 'kubernetes/portal/components/portal-widget/templates/deployment.yaml')
-rw-r--r-- | kubernetes/portal/components/portal-widget/templates/deployment.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/portal/components/portal-widget/templates/deployment.yaml b/kubernetes/portal/components/portal-widget/templates/deployment.yaml index 794d53a328..798f7c5f24 100644 --- a/kubernetes/portal/components/portal-widget/templates/deployment.yaml +++ b/kubernetes/portal/components/portal-widget/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: |