Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Jun 20, 2024
1 parent 48edadc commit eaec78f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion charts/cdefense/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ spec:
secretKeyRef:
key: DB_PASSWORD
name: cdefense-secrets
- name: OUTSIDE
valueFrom:
configMapKeyRef:
name: cdefense-config
key: OUTSIDE
- name: CLOUDDEFENSE_HEROKUAPP_GRAPHQL_URL
valueFrom:
configMapKeyRef:
Expand Down Expand Up @@ -414,7 +419,7 @@ spec:
name: graphql-secrets
key: HASURA_GRAPHQL_ADMIN_SECRET
- name: PORT
value: "8081"
value: "8080"
- name: VULNERABILITY_SCRAPER_SERVICE_HOST
valueFrom:
configMapKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/cdefense/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ data:
CLOUDDEFENSE_WEBCONSOLE_ONPREM_ENABLED: cdefense
CUSTOM_VENDOR: ""
GPT_BASE_URL: "http://ai/"
OUTSIDE : "https://console.clouddefenseai.com"
OUTSIDE : "https://{{ .Values.hostname }}"

0 comments on commit eaec78f

Please sign in to comment.