diff --git a/charts/hub-credits/Chart.yaml b/charts/hub-credits/Chart.yaml index 016cc40..6afea0b 100644 --- a/charts/hub-credits/Chart.yaml +++ b/charts/hub-credits/Chart.yaml @@ -18,7 +18,7 @@ type: application # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hub-credits/templates/environment.yaml b/charts/hub-credits/templates/environment.yaml index fe3f771..03ab2af 100644 --- a/charts/hub-credits/templates/environment.yaml +++ b/charts/hub-credits/templates/environment.yaml @@ -6,6 +6,7 @@ data: {{- with .Values.environment }} RUST_LOG: {{ .logLevel }} PORT: {{ .port | quote }} + GIFT_AMOUNT: {{ .giftAmount | quote }} KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }} KAFKA_SSL: {{ default "false" .kafkaSsl | quote }} KAFKA_USERNAME: {{ required "must set kafka username" .kafkaUsername | quote }} diff --git a/charts/hub-credits/values.yaml b/charts/hub-credits/values.yaml index 2b04ab5..83f86b2 100644 --- a/charts/hub-credits/values.yaml +++ b/charts/hub-credits/values.yaml @@ -81,6 +81,7 @@ secrets: environment: logLevel: "info" port: 80 + giftAmount: "1000" kafkaBrokers: "hub-eventbus-cluster-0.hub-eventbus-cluster.default.svc.cluster.local.:9093" kafkaSsl: false kafkaUsername: ""