Skip to content

Commit

Permalink
fix: temporary removal of Job (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
  • Loading branch information
vbelouso authored Mar 3, 2024
1 parent b9266f6 commit ed12621
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions deploy/openshift/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed12621

Please sign in to comment.