Skip to content

Commit 739f91d

Browse files
authored
Merge pull request #3 from GravityCloudAI/add-matter-api-endpoint-env
Add MATTER_API_ENDPOINT support for matterBackend
2 parents b426482 + 72935f0 commit 739f91d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

charts/gravity-matter-enterprise/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: matter-ai-enterprise
33
description: Helm chart to deploy Matter AI Code Review Backend for Enterprise
44
type: application
55
icon: https://matterai.dev/favicon.png
6-
appVersion: 0.1.59
7-
version: 0.1.59
6+
appVersion: 0.1.60
7+
version: 0.1.60
88
maintainers:
9-
- name: Vatsal Bajpai
10-
email: vatsal@matterai.so
9+
- name: MatterAI
10+
email: support@matterai.so

charts/gravity-matter-enterprise/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ components:
4141
secretKeyRef:
4242
name: postgres-matter-secrets
4343
key: postgres-password
44+
MATTER_API_ENDPOINT: "matterai.example.com"
4445
service:
4546
name: matter-backend-service
4647
type: ClusterIP

0 commit comments

Comments
 (0)