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

Commit

Permalink
fix(all-in-one): updating the all-in-one template to support Kubernet…
Browse files Browse the repository at this point in the history
…es v1.16+

Signed-off-by: subnetmarco <[email protected]>
  • Loading branch information
subnetmarco committed Apr 2, 2020
1 parent 0fd8437 commit c3681d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion all-in-one/jaeger-all-in-one-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
apiVersion: v1
kind: List
items:
- apiVersion: extensions/v1beta1
- apiVersion: apps/v1
kind: Deployment
metadata:
name: jaeger
Expand All @@ -25,6 +25,9 @@ items:
app.kubernetes.io/component: all-in-one
spec:
replicas: 1
selector:
matchLabels:
app: jaeger
strategy:
type: Recreate
template:
Expand Down

0 comments on commit c3681d8

Please sign in to comment.