Skip to content

Commit

Permalink
Update ambassador-rbac.yaml (#3678)
Browse files Browse the repository at this point in the history
moving to apps/v1 for the deployment as well as adding the selector labels
  • Loading branch information
westford14 authored Oct 15, 2021
1 parent 268551d commit 3a162d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion notebooks/resources/ambassador-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,21 @@ spec:
app.kubernetes.io/name: ambassador
type: NodePort
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: ambassador
spec:
replicas: 1
selector:
matchLabels:
app: ambassador
template:
metadata:
annotations:
sidecar.istio.io/inject: 'false'
labels:
app: ambassador
app.kubernetes.io/name: ambassador
spec:
containers:
Expand Down

0 comments on commit 3a162d0

Please sign in to comment.