Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaiShalevRH committed Sep 18, 2024
1 parent 033f5cd commit 340f540
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/mta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.3.6
version: 0.3.7

# 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
Expand Down
21 changes: 7 additions & 14 deletions charts/mta/templates/01-configmap_mtaanalysis-props.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
apiVersion: v1
data:
application.properties: |
# MTA
mta.url = ${MTA_URL:http://mta-ui.openshift-mta.svc.cluster.local:8080}
quarkus.rest-client.mta_json.url = ${mta.url}/hub
#quarkus.rest-client.mta_json.auth.basicAuth.username = username
#quarkus.rest-client.mta_json.auth.basicAuth.password = password
# Backstage Notifications service
quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator}
quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN}
#quarkus.log.category.\"org.apache.http\".level = DEBUG
quarkus.flyway.migrate-at-start=true
application.properties: "# MTA\nmta.url = ${MTA_URL:http://mta-ui.openshift-mta.svc.cluster.local:8080}\nquarkus.rest-client.mta_json.url
= ${mta.url}/hub\n#quarkus.rest-client.mta_json.auth.basicAuth.username = username\n#quarkus.rest-client.mta_json.auth.basicAuth.password
= password\n\n# Backstage Notifications service\nquarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator}\nquarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN}\n\n#
This property is used to select the log level, which controls the amount\n# of
information logged on HTTP requests based on the severity of the events. \n# Possible
values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. \n# and see https://quarkus.io/guides/logging
for documentation \nquarkus.log.category.\"org.apache.http\".level=INFO\nquarkus.log.level=INFO\nquarkus.flyway.migrate-at-start=true\n"
kind: ConfigMap
metadata:
creationTimestamp: null
Expand Down
2 changes: 1 addition & 1 deletion charts/mta/templates/04-sonataflow_mtaanalysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-mta:754f5474331e629908ba1c87c2d6bedaf179bfcb
image: quay.io/orchestrator/serverless-workflow-mta:8e077164fba2cd03e104d86742c5422fd8edce26
envFrom:
- secretRef:
name: mtaanalysis-creds
Expand Down

0 comments on commit 340f540

Please sign in to comment.