Skip to content

Commit

Permalink
Merge pull request #6 from terrateamio/add-terrat-web-base-url
Browse files Browse the repository at this point in the history
Use dns name for terrateam web base url name
  • Loading branch information
bender2352 authored Oct 7, 2024
2 parents fd6864e + a4fca1b commit 3aaa4a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion charts/terrateam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ See the [Terrateam docs](https://terrateam.io/docs/self-hosted/kubernetes) for d
| server.resources.requests.memory | string | `"512Mi"` | |
| server.self_hosted_infracost_api_key | string | `""` | |
| server.telemetry_level | string | `"anonymous"` | |
| server.web_base_url | string | `"https://github.com"` | |
2 changes: 1 addition & 1 deletion charts/terrateam/templates/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
- name: "TERRAT_TELEMETRY_LEVEL"
value: "{{ .Values.server.telemetry_level }}"
- name: "TERRAT_WEB_BASE_URL"
value: "{{ .Values.server.web_base_url }}"
value: "{{ .Values.server.dns_name }}"
- name: "DB_HOST"
value: "{{ .Values.server.db_host }}"
- name: "DB_PORT"
Expand Down
1 change: 0 additions & 1 deletion charts/terrateam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ server:
self_hosted_infracost_api_key: ""
infracost_pricing_api_endpoint: ""
telemetry_level: "anonymous"
terrat_web_base_url: "https://github.com"
image:
repository: ghcr.io/terrateamio/terrateam
tag: "v1"
Expand Down

0 comments on commit 3aaa4a8

Please sign in to comment.