File tree Expand file tree Collapse file tree 1 file changed +47
-47
lines changed
Expand file tree Collapse file tree 1 file changed +47
-47
lines changed Original file line number Diff line number Diff line change 1- apiVersion : apps/v1
2- kind : Deployment
3- metadata :
4- labels :
5- app : auth-operator
6- name : auth-operator
7- namespace : kube-system
8- spec :
9- replicas : 1
10- selector :
11- matchLabels :
12- app : auth-operator
13- strategy :
14- type : Recreate
15- template :
16- metadata :
17- labels :
18- app : auth-operator
19- namespace : kube-system
20- spec :
21- automountServiceAccountToken : true
22- serviceAccount : auth-operator
23- containers :
24- - args :
25- - --verbose
26- - --liveness=http://0.0.0.0:8080/healthz
27- - --standalone
28- image : dcodetech/aws_auth_eks_crd:1.1.8
29- imagePullPolicy : IfNotPresent
30- name : operator
31- ports :
32- - containerPort : 8080
33- protocol : TCP
34- resources :
35- limits :
36- cpu : 200m
37- memory : 128Mi
38- requests :
39- cpu : 100m
40- memory : 64Mi
41- livenessProbe :
42- httpGet :
43- path : /healthz
44- port : 8080
45- periodSeconds : 900
46- timeoutSeconds : 30
47- ---
481apiVersion : v1
492kind : ServiceAccount
503metadata :
@@ -100,3 +53,50 @@ subjects:
10053 name : auth-operator
10154 namespace : kube-system
10255---
56+ apiVersion : apps/v1
57+ kind : Deployment
58+ metadata :
59+ labels :
60+ app : auth-operator
61+ name : auth-operator
62+ namespace : kube-system
63+ spec :
64+ replicas : 1
65+ selector :
66+ matchLabels :
67+ app : auth-operator
68+ strategy :
69+ type : Recreate
70+ template :
71+ metadata :
72+ labels :
73+ app : auth-operator
74+ namespace : kube-system
75+ spec :
76+ automountServiceAccountToken : true
77+ serviceAccount : auth-operator
78+ containers :
79+ - args :
80+ - --verbose
81+ - --liveness=http://0.0.0.0:8080/healthz
82+ - --standalone
83+ image : dcodetech/aws_auth_eks_crd:1.1.8
84+ imagePullPolicy : IfNotPresent
85+ name : operator
86+ ports :
87+ - containerPort : 8080
88+ protocol : TCP
89+ resources :
90+ limits :
91+ cpu : 200m
92+ memory : 128Mi
93+ requests :
94+ cpu : 100m
95+ memory : 64Mi
96+ livenessProbe :
97+ httpGet :
98+ path : /healthz
99+ port : 8080
100+ periodSeconds : 900
101+ timeoutSeconds : 30
102+
You can’t perform that action at this time.
0 commit comments