Make jaeger deployment compatible with Kubernetes 1.16 (#18266)

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
7.22.x
Sergii Kabashniuk 2020-11-03 12:34:49 +02:00 committed by GitHub
parent 0af5ef8954
commit 6db589b6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -45,7 +45,7 @@ metadata:
name: jaeger-infra
jaeger-infra: jaeger-template-all-in-one
objects:
- apiVersion: extensions/v1beta1
- apiVersion: apps/v1
kind: Deployment
metadata:
name: ${JAEGER_SERVICE_NAME}
@ -54,6 +54,9 @@ objects:
jaeger-infra: jaeger-deployment
spec:
replicas: 1
selector:
matchLabels:
app: jaeger
strategy:
type: Recreate
template: