From ed12621fb85eefae95eba412bb043b301cfa7c81 Mon Sep 17 00:00:00 2001 From: Vladimir Belousov <89217163+vbelouso@users.noreply.github.com> Date: Sun, 3 Mar 2024 10:07:21 +0200 Subject: [PATCH] fix: temporary removal of Job (#58) Signed-off-by: Vladimir Belousov --- deploy/openshift/template.yaml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/deploy/openshift/template.yaml b/deploy/openshift/template.yaml index bb1c4b9..d68ea89 100644 --- a/deploy/openshift/template.yaml +++ b/deploy/openshift/template.yaml @@ -197,36 +197,6 @@ objects: name: sync-nvd-script defaultMode: 0777 restartPolicy: OnFailure - - apiVersion: batch/v1 - kind: Job - metadata: - name: force-reload-nvd-db - spec: - template: - spec: - containers: - - name: sync - image: quay.io/app-sre/ubi9-ubi-minimal:9.3 - imagePullPolicy: IfNotPresent - command: - - /bin/sh - - /scripts/force_reload.sh - volumeMounts: - - name: script-cm - mountPath: /scripts - resources: - limits: - cpu: 500m - memory: 512Mi - requests: - cpu: 100m - memory: 10Mi - volumes: - - name: script-cm - configMap: - name: sync-nvd-script - defaultMode: 0777 - restartPolicy: OnFailure parameters: - name: APP_NAME displayName: Application name