File tree 16 files changed +188
-330
lines changed
components/pipeline-service/production
16 files changed +188
-330
lines changed Original file line number Diff line number Diff line change @@ -1507,19 +1507,6 @@ spec:
1507
1507
requests :
1508
1508
cpu : 100m
1509
1509
memory : 100Mi
1510
- tekton-pipelines-remote-resolvers :
1511
- spec :
1512
- replicas : 4
1513
- template :
1514
- spec :
1515
- containers :
1516
- - name : controller
1517
- resources :
1518
- limits :
1519
- memory : 8Gi
1520
- requests :
1521
- cpu : " 500m"
1522
- memory : 8Gi
1523
1510
tekton-pipelines-webhook :
1524
1511
spec :
1525
1512
template :
@@ -1533,6 +1520,20 @@ spec:
1533
1520
requests :
1534
1521
cpu : 400m
1535
1522
memory : 1Gi
1523
+ statefulSets :
1524
+ tekton-pipelines-remote-resolvers :
1525
+ spec :
1526
+ replicas : 4
1527
+ template :
1528
+ spec :
1529
+ containers :
1530
+ - name : controller
1531
+ resources :
1532
+ limits :
1533
+ memory : 8Gi
1534
+ requests :
1535
+ cpu : " 500m"
1536
+ memory : 8Gi
1536
1537
tekton-pipelines-controller :
1537
1538
spec :
1538
1539
template :
@@ -1595,6 +1596,7 @@ spec:
1595
1596
kube-api-qps : 50
1596
1597
replicas : 4
1597
1598
threads-per-controller : 32
1599
+ statefulset-ordinals : true
1598
1600
platforms :
1599
1601
openshift :
1600
1602
pipelinesAsCode :
Original file line number Diff line number Diff line change @@ -2090,38 +2090,6 @@ spec:
2090
2090
requests :
2091
2091
cpu : 100m
2092
2092
memory : 100Mi
2093
- tekton-pipelines-controller :
2094
- spec :
2095
- template :
2096
- spec :
2097
- containers :
2098
- - name : tekton-pipelines-controller
2099
- resources :
2100
- limits :
2101
- memory : 12Gi
2102
- requests :
2103
- cpu : " 1"
2104
- memory : 12Gi
2105
- topologySpreadConstraints :
2106
- - labelSelector :
2107
- matchLabels :
2108
- app : tekton-pipelines-controller
2109
- maxSkew : 1
2110
- topologyKey : topology.kubernetes.io/zone
2111
- whenUnsatisfiable : DoNotSchedule
2112
- tekton-pipelines-remote-resolvers :
2113
- spec :
2114
- replicas : 4
2115
- template :
2116
- spec :
2117
- containers :
2118
- - name : controller
2119
- resources :
2120
- limits :
2121
- memory : 8Gi
2122
- requests :
2123
- cpu : 500m
2124
- memory : 8Gi
2125
2093
tekton-pipelines-webhook :
2126
2094
spec :
2127
2095
template :
@@ -2171,12 +2139,46 @@ spec:
2171
2139
type : Utilization
2172
2140
type : Resource
2173
2141
minReplicas : 6
2142
+ statefulSets :
2143
+ tekton-pipelines-controller :
2144
+ spec :
2145
+ template :
2146
+ spec :
2147
+ containers :
2148
+ - name : tekton-pipelines-controller
2149
+ resources :
2150
+ limits :
2151
+ memory : 12Gi
2152
+ requests :
2153
+ cpu : " 1"
2154
+ memory : 12Gi
2155
+ topologySpreadConstraints :
2156
+ - labelSelector :
2157
+ matchLabels :
2158
+ app : tekton-pipelines-controller
2159
+ maxSkew : 1
2160
+ topologyKey : topology.kubernetes.io/zone
2161
+ whenUnsatisfiable : DoNotSchedule
2162
+ tekton-pipelines-remote-resolvers :
2163
+ spec :
2164
+ replicas : 4
2165
+ template :
2166
+ spec :
2167
+ containers :
2168
+ - name : controller
2169
+ resources :
2170
+ limits :
2171
+ memory : 8Gi
2172
+ requests :
2173
+ cpu : 500m
2174
+ memory : 8Gi
2174
2175
performance :
2175
2176
buckets : 8
2176
2177
disable-ha : false
2177
2178
kube-api-burst : 50
2178
2179
kube-api-qps : 50
2179
2180
replicas : 4
2181
+ statefulset-ordinals : true
2180
2182
threads-per-controller : 32
2181
2183
platforms :
2182
2184
openshift :
Original file line number Diff line number Diff line change @@ -2121,40 +2121,6 @@ spec:
2121
2121
requests :
2122
2122
cpu : 100m
2123
2123
memory : 100Mi
2124
- tekton-pipelines-controller :
2125
- spec :
2126
- template :
2127
- spec :
2128
- containers :
2129
- - name : tekton-pipelines-controller
2130
- resources :
2131
- limits :
2132
- memory : 12Gi
2133
- requests :
2134
- cpu : " 1"
2135
- memory : 12Gi
2136
- topologySpreadConstraints :
2137
- - labelSelector :
2138
- matchLabels :
2139
- app : tekton-pipelines-controller
2140
- maxSkew : 1
2141
- topologyKey : topology.kubernetes.io/zone
2142
- whenUnsatisfiable : DoNotSchedule
2143
- tekton-pipelines-remote-resolvers :
2144
- spec :
2145
- replicas : 4
2146
- template :
2147
- spec :
2148
- containers :
2149
- - args :
2150
- - --threads-per-controller=32
2151
- name : controller
2152
- resources :
2153
- limits :
2154
- memory : 8Gi
2155
- requests :
2156
- cpu : 500m
2157
- memory : 8Gi
2158
2124
tekton-pipelines-webhook :
2159
2125
spec :
2160
2126
template :
@@ -2204,12 +2170,46 @@ spec:
2204
2170
type : Utilization
2205
2171
type : Resource
2206
2172
minReplicas : 6
2173
+ statefulSets :
2174
+ tekton-pipelines-controller :
2175
+ spec :
2176
+ template :
2177
+ spec :
2178
+ containers :
2179
+ - name : tekton-pipelines-controller
2180
+ resources :
2181
+ limits :
2182
+ memory : 12Gi
2183
+ requests :
2184
+ cpu : " 1"
2185
+ memory : 12Gi
2186
+ topologySpreadConstraints :
2187
+ - labelSelector :
2188
+ matchLabels :
2189
+ app : tekton-pipelines-controller
2190
+ maxSkew : 1
2191
+ topologyKey : topology.kubernetes.io/zone
2192
+ whenUnsatisfiable : DoNotSchedule
2193
+ tekton-pipelines-remote-resolvers :
2194
+ spec :
2195
+ replicas : 4
2196
+ template :
2197
+ spec :
2198
+ containers :
2199
+ - name : controller
2200
+ resources :
2201
+ limits :
2202
+ memory : 8Gi
2203
+ requests :
2204
+ cpu : 500m
2205
+ memory : 8Gi
2207
2206
performance :
2208
2207
buckets : 8
2209
2208
disable-ha : false
2210
2209
kube-api-burst : 50
2211
2210
kube-api-qps : 50
2212
2211
replicas : 4
2212
+ statefulset-ordinals : true
2213
2213
threads-per-controller : 32
2214
2214
platforms :
2215
2215
openshift :
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ patches:
28
28
group : external-secrets.io
29
29
version : v1beta1
30
30
kind : ExternalSecret
31
- - path : osp-perf-resolvers.yaml
32
- target :
33
- name : config
34
- group : operator.tekton.dev
35
- version : v1alpha1
36
- kind : TektonConfig
37
31
- path : pipelines-as-code-secret-path.yaml
38
32
target :
39
33
name : pipelines-as-code-secret
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2161,6 +2161,7 @@ spec:
2161
2161
whenUnsatisfiable : DoNotSchedule
2162
2162
tekton-pipelines-remote-resolvers :
2163
2163
spec :
2164
+ replicas : 4
2164
2165
template :
2165
2166
spec :
2166
2167
containers :
Original file line number Diff line number Diff line change @@ -27,15 +27,4 @@ patches:
27
27
group : external-secrets.io
28
28
version : v1beta1
29
29
kind : ExternalSecret
30
- - path : osp-perf-resolvers.yaml
31
- target :
32
- name : config
33
- group : operator.tekton.dev
34
- version : v1alpha1
35
- kind : TektonConfig
36
- - path : osp-perf-statefulSets.yaml
37
- target :
38
- name : config
39
- group : operator.tekton.dev
40
- version : v1alpha1
41
- kind : TektonConfig
30
+
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments