diff options
author | Grzegorz-Lis <grzegorz.lis@nokia.com> | 2020-07-30 10:04:53 +0200 |
---|---|---|
committer | Grzegorz-Lis <grzegorz.lis@nokia.com> | 2020-07-30 10:04:53 +0200 |
commit | 7b2e71485162b849ed8a26cd570fc75ee2bfeabc (patch) | |
tree | 0aa030e4dc513cd0572d5e606e74ad8aa0c98488 /kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml | |
parent | b57170364c0c11db35058e876d9dbd78c0983fee (diff) |
[VFC] Make VFC compatible with Kubernetes v1.17
Issue-ID: OOM-2469
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: Ib7c794cca28ac2494eedba31903dcbd9348820c7
Diffstat (limited to 'kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml')
-rw-r--r-- | kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml index a6850b5ef2..0ed9622d99 100644 --- a/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml +++ b/kubernetes/vfc/charts/vfc-redis/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: |