File tree Expand file tree Collapse file tree 11 files changed +130
-0
lines changed
base/member/infra-deployments
konflux-public-production Expand file tree Collapse file tree 11 files changed +130
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ resources:
3636 - pulp-access-controller
3737 - cert-manager
3838 - trust-manager
39+ - squid
3940 - kueue
4041 - policies
4142 - konflux-kite
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+ resources :
4+ - squid.yaml
Original file line number Diff line number Diff line change 1+ apiVersion : argoproj.io/v1alpha1
2+ kind : ApplicationSet
3+ metadata :
4+ name : squid
5+ spec :
6+ generators :
7+ - merge :
8+ mergeKeys :
9+ - nameNormalized
10+ generators :
11+ - clusters :
12+ selector :
13+ matchLabels :
14+ appstudio.redhat.com/member-cluster : " true"
15+ values :
16+ sourceRoot : components/squid
17+ environment : staging
18+ clusterDir : " "
19+ - list :
20+ elements : []
21+ template :
22+ metadata :
23+ name : squid-{{nameNormalized}}
24+ spec :
25+ project : default
26+ source :
27+ path : ' {{values.sourceRoot}}/{{values.environment}}/{{values.clusterDir}}'
28+ repoURL : https://github.com/redhat-appstudio/infra-deployments.git
29+ targetRevision : main
30+ destination :
31+ namespace : proxy
32+ server : ' {{server}}'
33+ syncPolicy :
34+ automated :
35+ prune : true
36+ selfHeal : false
37+ syncOptions :
38+ - CreateNamespace=true
39+ retry :
40+ limit : -1
41+ backoff :
42+ duration : 10s
43+ factor : 2
44+ maxDuration : 3m
Original file line number Diff line number Diff line change @@ -234,3 +234,8 @@ patches:
234234 kind : ApplicationSet
235235 version : v1alpha1
236236 name : trust-manager
237+ - path : development-overlay-patch.yaml
238+ target :
239+ kind : ApplicationSet
240+ version : v1alpha1
241+ name : squid
Original file line number Diff line number Diff line change @@ -30,3 +30,9 @@ kind: ApplicationSet
3030metadata :
3131 name : trust-manager
3232$patch : delete
33+ ---
34+ apiVersion : argoproj.io/v1alpha1
35+ kind : ApplicationSet
36+ metadata :
37+ name : squid
38+ $patch : delete
Original file line number Diff line number Diff line change @@ -41,3 +41,9 @@ kind: ApplicationSet
4141metadata :
4242 name : trust-manager
4343$patch : delete
44+ ---
45+ apiVersion : argoproj.io/v1alpha1
46+ kind : ApplicationSet
47+ metadata :
48+ name : squid
49+ $patch : delete
Original file line number Diff line number Diff line change 1+ # See the OWNERS docs: https://go.k8s.io/owners
2+
3+ approvers:
4+ - ifireball
5+ - gbenhaim
6+ - amisstea
7+ - yftacherzog
8+ - avi-biton
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+
4+ generators :
5+ - squid-helm-generator.yaml
Original file line number Diff line number Diff line change 1+ apiVersion : builtin
2+ kind : HelmChartInflationGenerator
3+ metadata :
4+ name : squid-helm
5+ name : squid-helm
6+ repo : oci://quay.io/konflux-ci/caching
7+ version : 0.1.275+b74f6fd
8+ valuesInline :
9+ installCertManagerComponents : false
10+ mirrord :
11+ enabled : false
12+ test :
13+ enabled : false
14+ cert-manager :
15+ enabled : false
16+ environment : release
17+ resources :
18+ requests :
19+ cpu : 100m
20+ memory : 128Mi
21+ limits :
22+ cpu : 200m
23+ memory : 256Mi
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+
4+ generators :
5+ - squid-helm-generator.yaml
You can’t perform that action at this time.
0 commit comments