Make jaeger deployment compatible with Kubernetes 1.16 (#18266)
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>7.22.x
parent
0af5ef8954
commit
6db589b6f6
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue