File tree Expand file tree Collapse file tree 3 files changed +19
-16
lines changed
argo-cd-apps/base/member/infra-deployments/kubearchive
konflux-ui/production/kflux-ocp-p01
kubearchive/production/kflux-ocp-p01 Expand file tree Collapse file tree 3 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 21
21
- nameNormalized : stone-stg-rh01
22
22
values.clusterDir : stone-stg-rh01
23
23
# Private
24
- # - nameNormalized: kflux-ocp-p01
25
- # values.clusterDir: kflux-ocp-p01
24
+ - nameNormalized : kflux-ocp-p01
25
+ values.clusterDir : kflux-ocp-p01
26
26
# - nameNormalized: stone-prod-p01
27
27
# values.clusterDir: stone-prod-p01
28
28
- nameNormalized : stone-prod-p02
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ configMapGenerator:
13
13
literals :
14
14
- IMPERSONATE=true
15
15
- TEKTON_RESULTS_URL=https://tekton-results-api-service.tekton-results.svc.cluster.local:8080
16
+ - KUBEARCHIVE_URL=https://kubearchive-api-server.product-kubearchive.svc.cluster.local:8081
16
17
17
18
patches :
18
19
- path : add-service-certs-patch.yaml
Original file line number Diff line number Diff line change @@ -4,19 +4,11 @@ kind: Kustomization
4
4
resources :
5
5
- ../../base
6
6
- ../base
7
- - https://github.com/kubearchive/kubearchive/releases/download/v1.0.1 /kubearchive.yaml?timeout=90
7
+ - https://github.com/kubearchive/kubearchive/releases/download/v1.2.0 /kubearchive.yaml?timeout=90
8
8
9
9
namespace : product-kubearchive
10
10
11
11
patches :
12
- # We don't need the Secret as it will be created by the ExternalSecrets Operator
13
- - patch : |-
14
- $patch: delete
15
- apiVersion: v1
16
- kind: Secret
17
- metadata:
18
- name: kubearchive-database-credentials
19
- namespace: kubearchive
20
12
- patch : |-
21
13
apiVersion: batch/v1
22
14
kind: Job
@@ -29,7 +21,15 @@ patches:
29
21
- name: migration
30
22
env:
31
23
- name: KUBEARCHIVE_VERSION
32
- value: v1.0.1
24
+ value: v1.2.0
25
+ # We don't need the Secret as it will be created by the ExternalSecrets Operator
26
+ - patch : |-
27
+ $patch: delete
28
+ apiVersion: v1
29
+ kind: Secret
30
+ metadata:
31
+ name: kubearchive-database-credentials
32
+ namespace: kubearchive
33
33
- patch : |-
34
34
apiVersion: external-secrets.io/v1beta1
35
35
kind: ExternalSecret
@@ -88,6 +88,8 @@ patches:
88
88
value: enabled
89
89
- name: OTEL_EXPORTER_OTLP_ENDPOINT
90
90
value: http://otel-collector:4318
91
+ - name: AUTH_IMPERSONATE
92
+ value: "true"
91
93
securityContext:
92
94
readOnlyRootFilesystem: true
93
95
runAsNonRoot: true
@@ -114,11 +116,11 @@ patches:
114
116
- containerPort: 8081
115
117
resources:
116
118
limits:
117
- cpu: 500m
118
- memory: 256Mi
119
+ cpu: 100m
120
+ memory: 512Mi
119
121
requests:
120
- cpu: 10m
121
- memory: 256Mi
122
+ cpu: 100m
123
+ memory: 512Mi
122
124
123
125
- patch : |-
124
126
apiVersion: apps/v1
You can’t perform that action at this time.
0 commit comments