Skip to content

Commit

Permalink
Added env to api pod
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Oct 15, 2024
1 parent 3a111d7 commit c309d36
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions charts/cdefense/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,6 @@ spec:
secretKeyRef:
name: vulnscrape-secrets
key: VULNERABILITY_SCRAPER_SERVICE_TOKEN
- name: DATAJOB_WEBHOOK_URL
valueFrom:
configMapKeyRef:
name: scan-server-config
key: DATAJOB_WEBHOOK_URL
- name: NVD_KEY
valueFrom:
secretKeyRef:
Expand All @@ -338,6 +333,21 @@ spec:
configMapKeyRef:
name: authservice-config
key: MICRONAUT_ENVIRONMENTS
- name: CLOUDDEFENSE_BASE_URL
valueFrom:
configMapKeyRef:
name: cdefense-config
key: CLOUDDEFENSE_BASE_URL
- name: OUTSIDE
valueFrom:
configMapKeyRef:
name: cdefense-config
key: OUTSIDE
- name: VFEED_SYNC_JOB_CRON_EXPRESSION
valueFrom:
configMapKeyRef:
name: scan-server-config
key: DATA_VFEED_SQLITE_FULL_REFRESH_CRON_EXPRESSION
ports:
- containerPort: 8080
livenessProbe:
Expand Down

0 comments on commit c309d36

Please sign in to comment.