[ https://issues.apache.org/jira/browse/CAMEL-21349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-21349. --------------------------------- Resolution: Fixed > Add support for camel spring-boot on OpenShift > ---------------------------------------------- > > Key: CAMEL-21349 > URL: https://issues.apache.org/jira/browse/CAMEL-21349 > Project: Camel > Issue Type: Improvement > Components: camel-jbang > Reporter: Thomas Diesler > Assignee: Thomas Diesler > Priority: Major > Fix For: 4.8.1, 4.9.0 > > > Currently, we only support ... > {code} > k8s-export: > @jbang camel kubernetes export timer-log-route.yaml \ > --gav=examples:timer-log:1.0.0 \ > --trait container.imagePullPolicy=IfNotPresent \ > --trait service.type=NodePort \ > --runtime=spring-boot > {code} > This should work for OpenShift as well. Perhaps like this ... > {code} > oce-export: > @jbang camel kubernetes export timer-log-route.yaml \ > --gav=examples:timer-log:1.0.0 \ > --image-registry image-registry.openshift-image-registry.svc:5000 \ > --trait container.imagePullPolicy=IfNotPresent \ > --cluster-type openshift \ > --runtime=spring-boot > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)