Skip to content

Commit 1e3e62d

Browse files
Update install manifest
1 parent aae1d30 commit 1e3e62d

File tree

4 files changed

+97
-7
lines changed

4 files changed

+97
-7
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/eiffel-community/etos-controller
8-
newTag: efbc934c
8+
newTag: aae1d309

manifests/controller/cluster.yaml

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,60 @@ spec:
6464
etcd:
6565
default: {}
6666
description: Etcd describes the deployment of an ETCD database.
67+
Ignored if Deploy is set to false.
6768
properties:
6869
host:
6970
default: etcd-client
70-
description: Parameter is ignored if Deploy is set to true.
71+
description: Host specifies the ETCD server hostname.
7172
type: string
7273
port:
7374
default: '2379'
74-
description: Parameter is ignored if Deploy is set to true.
75+
description: Port specifies the ETCD port number.
7576
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
76121
type: object
77122
type: object
78123
etos:

manifests/controller/install.yaml

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,60 @@ spec:
6464
etcd:
6565
default: {}
6666
description: Etcd describes the deployment of an ETCD database.
67+
Ignored if Deploy is set to false.
6768
properties:
6869
host:
6970
default: etcd-client
70-
description: Parameter is ignored if Deploy is set to true.
71+
description: Host specifies the ETCD server hostname.
7172
type: string
7273
port:
7374
default: "2379"
74-
description: Parameter is ignored if Deploy is set to true.
75+
description: Port specifies the ETCD port number.
7576
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
76121
type: object
77122
type: object
78123
etos:
@@ -3044,7 +3089,7 @@ spec:
30443089
- --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
30453090
command:
30463091
- /manager
3047-
image: ghcr.io/eiffel-community/etos-controller:efbc934c
3092+
image: ghcr.io/eiffel-community/etos-controller:aae1d309
30483093
livenessProbe:
30493094
httpGet:
30503095
path: /healthz

manifests/controller/namespaced.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
- --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
133133
command:
134134
- /manager
135-
image: ghcr.io/eiffel-community/etos-controller:efbc934c
135+
image: ghcr.io/eiffel-community/etos-controller:aae1d309
136136
livenessProbe:
137137
httpGet:
138138
path: /healthz

0 commit comments

Comments
 (0)