diff --git a/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml b/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml index 800321d80..4c1446408 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml @@ -20,11 +20,6 @@ data: ignoreErrors: false secure: false persistence: - archive: true - connectionPool: - maxIdleConns: 100 - maxOpenConns: 0 - nodeStatusOffLoad: true postgresql: database: app host: argo-workflows-postgresql-18-cluster-rw diff --git a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-argo-events-controller-manager.yaml b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-argo-events-controller-manager.yaml index c7bd98d2e..5874c14c9 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-argo-events-controller-manager.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-argo-events-controller-manager.yaml @@ -75,7 +75,7 @@ spec: resources: requests: cpu: 10m - memory: 128Mi + memory: 32Mi serviceAccountName: argo-workflows-argo-events-controller-manager volumes: - name: config diff --git a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml index cb2588ce4..86e408705 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml @@ -31,7 +31,7 @@ spec: app.kubernetes.io/part-of: argo-workflows app.kubernetes.io/version: "v4.0.3" annotations: - checksum/cm: afc5708eaee878d4505bd2c30bc6be721a219e1dd0e0d21755698a60c7e987eb + checksum/cm: 1cd07df07172956b01df6b7ba43614bb90fcc2573cad0aae723cad5c452855a4 spec: serviceAccountName: argo-workflows-server containers: diff --git a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-workflow-controller.yaml b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-workflow-controller.yaml index 76411c1f9..2b92ccdd6 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-workflow-controller.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-workflow-controller.yaml @@ -51,11 +51,11 @@ spec: - "--workflow-workers" - "2" - "--workflow-ttl-workers" - - "1" + - "2" - "--pod-cleanup-workers" - - "1" + - "2" - "--cron-workflow-workers" - - "1" + - "2" securityContext: allowPrivilegeEscalation: false capabilities: @@ -79,7 +79,7 @@ spec: resources: requests: cpu: 10m - memory: 128Mi + memory: 32Mi ports: - name: metrics containerPort: 9090 diff --git a/clusters/cl01tl/manifests/argo-workflows/Deployment-events-webhook.yaml b/clusters/cl01tl/manifests/argo-workflows/Deployment-events-webhook.yaml index cbe306558..dd7bc1c9e 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Deployment-events-webhook.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Deployment-events-webhook.yaml @@ -65,5 +65,5 @@ spec: resources: requests: cpu: 10m - memory: 128Mi + memory: 32Mi serviceAccountName: argo-workflows-argo-events-events-webhook diff --git a/clusters/cl01tl/manifests/argo-workflows/ExternalSecret-argo-workflows-oidc-secret.yaml b/clusters/cl01tl/manifests/argo-workflows/ExternalSecret-argo-workflows-oidc-secret.yaml index 114587320..426ead29c 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ExternalSecret-argo-workflows-oidc-secret.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ExternalSecret-argo-workflows-oidc-secret.yaml @@ -14,15 +14,9 @@ spec: data: - secretKey: secret remoteRef: - conversionStrategy: Default - decodingStrategy: None key: /authentik/oidc/argo-workflows - metadataPolicy: None property: secret - secretKey: client remoteRef: - conversionStrategy: Default - decodingStrategy: None key: /authentik/oidc/argo-workflows - metadataPolicy: None property: client diff --git a/clusters/cl01tl/manifests/argo-workflows/HTTPRoute-argo-workflows.yaml b/clusters/cl01tl/manifests/argo-workflows/HTTPRoute-argo-workflows-server.yaml similarity index 67% rename from clusters/cl01tl/manifests/argo-workflows/HTTPRoute-argo-workflows.yaml rename to clusters/cl01tl/manifests/argo-workflows/HTTPRoute-argo-workflows-server.yaml index 91ed3c729..34b18a227 100644 --- a/clusters/cl01tl/manifests/argo-workflows/HTTPRoute-argo-workflows.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/HTTPRoute-argo-workflows-server.yaml @@ -1,11 +1,15 @@ apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: - name: argo-workflows - namespace: argo-workflows + name: argo-workflows-server + namespace: "argo-workflows" labels: - app.kubernetes.io/name: argo-workflows + helm.sh/chart: argo-workflows-1.0.5 + app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows + app.kubernetes.io/component: server + app: server + app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argo-workflows spec: parentRefs: @@ -25,4 +29,4 @@ spec: kind: Service name: argo-workflows-server port: 2746 - weight: 100 + weight: 1