We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43edcda commit 17ff86fCopy full SHA for 17ff86f
2 files changed
charts/gravity-matter-enterprise/Chart.yaml
@@ -4,7 +4,7 @@ description: Helm chart to deploy Matter AI Code Review Backend for Enterprise
4
type: application
5
icon: https://matterai.dev/favicon.png
6
appVersion: 0.1.8
7
-version: 0.1.11
+version: 0.1.12
8
maintainers:
9
- name: Vatsal Bajpai
10
email: vatsal@matterai.dev
charts/gravity-matter-enterprise/values.yaml
@@ -92,8 +92,8 @@ components:
92
service:
93
name: matter-frontend-service
94
type: ClusterIP
95
- port: 3000
96
- targetPort: 3000
+ port: 80
+ targetPort: 80
97
ingress:
98
enabled: false
99
className: "nginx"
0 commit comments