aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/components/aaf-sms/templates
diff options
context:
space:
mode:
authorGrzegorz-Lis <grzegorz.lis@nokia.com>2020-07-23 15:05:50 +0200
committerGrzegorz-Lis <grzegorz.lis@nokia.com>2020-07-23 15:05:50 +0200
commitde425ced1025e5c77bec90ecc7a33b7d2baa100e (patch)
treef38e3a557d57d279304f1e7db1a3a91d8dc6f3ad /kubernetes/aaf/components/aaf-sms/templates
parent21731c96c5f92dedb9019ca2abbe4686998bba77 (diff)
[AAF] Make AAF compatible with Kubernetes v1.17
Issue-ID: OOM-2446 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: Ia0d503b510fbc5681b9b3aa46a6187d3ba623603
Diffstat (limited to 'kubernetes/aaf/components/aaf-sms/templates')
-rw-r--r--kubernetes/aaf/components/aaf-sms/templates/deployment.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/aaf/components/aaf-sms/templates/deployment.yaml b/kubernetes/aaf/components/aaf-sms/templates/deployment.yaml
index bb409f33c5..2d3b641659 100644
--- a/kubernetes/aaf/components/aaf-sms/templates/deployment.yaml
+++ b/kubernetes/aaf/components/aaf-sms/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" . }}
@@ -25,6 +25,9 @@ metadata:
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
+ selector:
+ matchLabels:
+ app: {{ include "common.name" . }}
template:
metadata:
labels: