diff options
author | Grzegorz-Lis <grzegorz.lis@nokia.com> | 2020-07-28 09:57:43 +0200 |
---|---|---|
committer | Grzegorz-Lis <grzegorz.lis@nokia.com> | 2020-07-28 09:57:43 +0200 |
commit | b57170364c0c11db35058e876d9dbd78c0983fee (patch) | |
tree | 9bcd80ab9069d727d63830debc04aafd4f392587 /kubernetes/uui/templates/deployment.yaml | |
parent | 13ac4d1f36434b2d5f08484435556529d8d608f8 (diff) |
[UUI] Make UUI compatible with Kubernetes v1.17
Issue-ID: OOM-2468
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I93a35b063e48915fc840a8e62b0323157de533b8
Diffstat (limited to 'kubernetes/uui/templates/deployment.yaml')
-rw-r--r-- | kubernetes/uui/templates/deployment.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/uui/templates/deployment.yaml b/kubernetes/uui/templates/deployment.yaml index 69f65569a3..d370dfcf05 100644 --- a/kubernetes/uui/templates/deployment.yaml +++ b/kubernetes/uui/templates/deployment.yaml @@ -12,7 +12,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" . }} @@ -23,6 +23,9 @@ metadata: release: {{ include "common.release" . }} heritage: {{ .Release.Service }} spec: + selector: + matchLabels: + app: {{ include "common.name" . }} replicas: {{ .Values.replicaCount }} template: metadata: |