Add spec.selector field in che-jaeger deployment.yaml (#15498)
Signed-off-by: 김효민 <hmkim@popcornsar.com>7.20.x
parent
f0272fbcfb
commit
48751373e7
|
|
@ -16,6 +16,9 @@ metadata:
|
|||
jaeger-infra: jaeger-deployment
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: jaeger
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
|
|
|
|||
Loading…
Reference in New Issue