File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,14 @@ apiVersion: v1
22kind : ServiceAccount
33metadata :
44 name : controller
5- labels :
6- app.kubernetes.io/component : controller
75---
86apiVersion : apps/v1
97kind : Deployment
108metadata :
119 name : controller
12- labels :
13- app.kubernetes.io/component : controller
1410spec :
15- selector :
16- matchLabels :
17- app.kubernetes.io/component : controller
1811 replicas : 1
1912 template :
20- metadata :
21- labels :
22- app.kubernetes.io/component : controller
2313 spec :
2414 containers :
2515 - name : controller
4434 timeoutSeconds : 10
4535 terminationGracePeriodSeconds : 10
4636 priorityClassName : system-cluster-critical
47- serviceAccountName : controller
37+ serviceAccountName : controller
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
3+ commonLabels :
4+ app.kubernetes.io/component : controller
35resources :
46- controller.yaml
57patches :
You can’t perform that action at this time.
0 commit comments