File tree Expand file tree Collapse file tree 4 files changed +97
-7
lines changed Expand file tree Collapse file tree 4 files changed +97
-7
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : ghcr.io/eiffel-community/etos-controller
8
- newTag : efbc934c
8
+ newTag : aae1d309
Original file line number Diff line number Diff line change @@ -64,15 +64,60 @@ spec:
64
64
etcd :
65
65
default : {}
66
66
description : Etcd describes the deployment of an ETCD database.
67
+ Ignored if Deploy is set to false.
67
68
properties :
68
69
host :
69
70
default : etcd-client
70
- description : Parameter is ignored if Deploy is set to true .
71
+ description : Host specifies the ETCD server hostname .
71
72
type : string
72
73
port :
73
74
default : ' 2379'
74
- description : Parameter is ignored if Deploy is set to true .
75
+ description : Port specifies the ETCD port number .
75
76
type : string
77
+ resources :
78
+ default :
79
+ limits :
80
+ cpu : 300m
81
+ memory : 768Mi
82
+ requests :
83
+ cpu : 300m
84
+ memory : 768Mi
85
+ description : Resources describes compute resource requirements
86
+ per etcd pod which are three in a cluster.
87
+ properties :
88
+ limits :
89
+ default :
90
+ cpu : 300m
91
+ memory : 768Mi
92
+ description : Limits describes the maximum amount of compute
93
+ resources allowed.
94
+ properties :
95
+ cpu :
96
+ default : 300m
97
+ description : CPU resource.
98
+ type : string
99
+ memory :
100
+ default : 768Mi
101
+ description : Memory resource.
102
+ type : string
103
+ type : object
104
+ requests :
105
+ default :
106
+ cpu : 300m
107
+ memory : 768Mi
108
+ description : Requests describes the minimum amount of
109
+ compute resources required.
110
+ properties :
111
+ cpu :
112
+ default : 300m
113
+ description : CPU resource.
114
+ type : string
115
+ memory :
116
+ default : 768Mi
117
+ description : Memory resource.
118
+ type : string
119
+ type : object
120
+ type : object
76
121
type : object
77
122
type : object
78
123
etos :
Original file line number Diff line number Diff line change @@ -64,15 +64,60 @@ spec:
64
64
etcd :
65
65
default : {}
66
66
description : Etcd describes the deployment of an ETCD database.
67
+ Ignored if Deploy is set to false.
67
68
properties :
68
69
host :
69
70
default : etcd-client
70
- description : Parameter is ignored if Deploy is set to true .
71
+ description : Host specifies the ETCD server hostname .
71
72
type : string
72
73
port :
73
74
default : " 2379"
74
- description : Parameter is ignored if Deploy is set to true .
75
+ description : Port specifies the ETCD port number .
75
76
type : string
77
+ resources :
78
+ default :
79
+ limits :
80
+ cpu : 300m
81
+ memory : 768Mi
82
+ requests :
83
+ cpu : 300m
84
+ memory : 768Mi
85
+ description : Resources describes compute resource requirements
86
+ per etcd pod which are three in a cluster.
87
+ properties :
88
+ limits :
89
+ default :
90
+ cpu : 300m
91
+ memory : 768Mi
92
+ description : Limits describes the maximum amount of compute
93
+ resources allowed.
94
+ properties :
95
+ cpu :
96
+ default : 300m
97
+ description : CPU resource.
98
+ type : string
99
+ memory :
100
+ default : 768Mi
101
+ description : Memory resource.
102
+ type : string
103
+ type : object
104
+ requests :
105
+ default :
106
+ cpu : 300m
107
+ memory : 768Mi
108
+ description : Requests describes the minimum amount of
109
+ compute resources required.
110
+ properties :
111
+ cpu :
112
+ default : 300m
113
+ description : CPU resource.
114
+ type : string
115
+ memory :
116
+ default : 768Mi
117
+ description : Memory resource.
118
+ type : string
119
+ type : object
120
+ type : object
76
121
type : object
77
122
type : object
78
123
etos :
@@ -3044,7 +3089,7 @@ spec:
3044
3089
- --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
3045
3090
command :
3046
3091
- /manager
3047
- image : ghcr.io/eiffel-community/etos-controller:efbc934c
3092
+ image : ghcr.io/eiffel-community/etos-controller:aae1d309
3048
3093
livenessProbe :
3049
3094
httpGet :
3050
3095
path : /healthz
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ spec:
132
132
- --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
133
133
command :
134
134
- /manager
135
- image : ghcr.io/eiffel-community/etos-controller:efbc934c
135
+ image : ghcr.io/eiffel-community/etos-controller:aae1d309
136
136
livenessProbe :
137
137
httpGet :
138
138
path : /healthz
You can’t perform that action at this time.
0 commit comments