Skip to content

Commit

Permalink
Merge pull request #16 from rgolangh/autopr-17126
Browse files Browse the repository at this point in the history
Automatic manifests generation from
  • Loading branch information
rgolangh authored Jan 17, 2024
2 parents 2021315 + d17ca31 commit 6585e67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-mta:268931837db064ede2d76cd57f82bd3a0f41c5a6
image: quay.io/orchestrator/serverless-workflow-mta:6bd8b5d7650139053fa8cdcc83dd8045bfcb7d2a
resources:
configMaps:
- configMap:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
apiVersion: v1
data:
application.properties: |
# For now, till proper operator support in single data-index, multi sonata,
# and backstage orch plugin we're using devmode (with co-located devservices)
quarkus.profile = dev
mta.endpoint = mta-openshift-mta.apps.cluster-vmlxj.dynamic.opentlc.com
mta.port = 443
mta.protocol = https
mta.endpoint = mta-ui.openshift-mta.svc.cluster.local
mta.port = 8080
mta.protocol = http
mta_url = ${mta.protocol}://${mta.endpoint}
quarkus.rest-client.mta_json.url = ${mta.protocol}://${mta.endpoint}:${mta.port}/hub
#quarkus.rest-client.mta_json.auth.basicAuth.username = username
#quarkus.rest-client.mta_json.auth.basicAuth.password = password
#quarkus.log.category.\"org.apache.http\".level = DEBUG
quarkus.kubernetes-client.devservices.enabled = false
some.foo = bar
kind: ConfigMap
metadata:
creationTimestamp: null
Expand Down

0 comments on commit 6585e67

Please sign in to comment.