Skip to content

Commit

Permalink
feat: added maxmind account id
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili committed Feb 17, 2025
1 parent e1099e4 commit c354bb2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cryptlex/cryptlex-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://cryptlex.com
icon: https://cryptlex.com/images/cryptlex_icon.png
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: "3.17.70"
version: "3.17.71"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "3.17.70"
appVersion: "3.17.71"
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ data:
NEW_RELIC_APP_NAME: {{ .Values.webApi.newRelic.applicationName | quote }}
OTEL_EXPORTER_OTLP_ENDPOINT: {{ .Values.webApi.openTelemetry.otlpEndpoint | quote }}
OTEL_ENABLEMETRICS: {{ .Values.webApi.openTelemetry.enableMetrics | quote }}
OTEL_ENABLETRACES: {{ .Values.webApi.openTelemetry.enableTraces | quote }}
OTEL_ENABLETRACES: {{ .Values.webApi.openTelemetry.enableTraces | quote }}
MAXMIND_ACCOUNTID: {{ .Values.webApi.maxmind.accountId | quote }}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ spec:
env:
- name: MAXMIND_LICENSE_KEY
value: "{{ .Values.webApi.maxmind.licenseKey }}"
- name: MAXMIND_ACCOUNT_ID
value: "{{ .Values.webApi.maxmind.accountId }}"
restartPolicy: Always
{{ end }}
1 change: 1 addition & 0 deletions cryptlex/cryptlex-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ webApi:
password: ""
# Maxmind GeoLite2-City database
maxmind:
accountId: ""
licenseKey: ""
# Postmark
postmark:
Expand Down

0 comments on commit c354bb2

Please sign in to comment.