Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Commit c3681d8

Browse files
committed
fix(all-in-one): updating the all-in-one template to support Kubernetes v1.16+
Signed-off-by: subnetmarco <[email protected]>
1 parent 0fd8437 commit c3681d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

all-in-one/jaeger-all-in-one-template.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
apiVersion: v1
1616
kind: List
1717
items:
18-
- apiVersion: extensions/v1beta1
18+
- apiVersion: apps/v1
1919
kind: Deployment
2020
metadata:
2121
name: jaeger
@@ -25,6 +25,9 @@ items:
2525
app.kubernetes.io/component: all-in-one
2626
spec:
2727
replicas: 1
28+
selector:
29+
matchLabels:
30+
app: jaeger
2831
strategy:
2932
type: Recreate
3033
template:

0 commit comments

Comments
 (0)