decisionserver64-amq-s2i.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. {
  2. "kind": "Template",
  3. "apiVersion": "v1",
  4. "metadata": {
  5. "annotations": {
  6. "iconClass": "icon-decisionserver",
  7. "tags": "decisionserver,jboss",
  8. "version": "1.4.7",
  9. "openshift.io/display-name": "JBoss BRMS 6.4 decision server + A-MQ (with https)",
  10. "openshift.io/provider-display-name": "Red Hat, Inc.",
  11. "description": "An example BRMS decision server A-MQ application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.",
  12. "template.openshift.io/long-description": "This template defines resources needed to develop Red Hat JBoss BRMS 6.4 decision server with A-MQ application, including a build configuration and application deployment configuration.",
  13. "template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-jboss-brms/",
  14. "template.openshift.io/support-url": "https://access.redhat.com"
  15. },
  16. "name": "decisionserver64-amq-s2i"
  17. },
  18. "labels": {
  19. "template": "decisionserver64-amq-s2i",
  20. "xpaas": "1.4.7"
  21. },
  22. "message": "A new BRMS/A-MQ application with SSL support has been created in your project. The username/password for accessing the KIE Server REST or JMS interface is ${KIE_SERVER_USER}/${KIE_SERVER_PASSWORD}. For accessing the A-MQ service use the credentials ${MQ_USERNAME}/${MQ_PASSWORD}. Please be sure to create the \"decisionserver-service-account\" service account and the secret named \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content.",
  23. "parameters": [
  24. {
  25. "displayName": "KIE Container Deployment",
  26. "description": "The KIE Container deployment configuration in format: containerId=groupId:artifactId:version|c2=g2:a2:v2",
  27. "name": "KIE_CONTAINER_DEPLOYMENT",
  28. "value": "decisionserver-hellorules=org.openshift.quickstarts:decisionserver-hellorules:1.3.0.Final",
  29. "required": false
  30. },
  31. {
  32. "displayName": "KIE Server Username",
  33. "description": "The user name to access the KIE Server REST or JMS interface.",
  34. "name": "KIE_SERVER_USER",
  35. "value": "kieserver",
  36. "required": false
  37. },
  38. {
  39. "displayName": "KIE Server Password",
  40. "description": "The password to access the KIE Server REST or JMS interface. Must be different than username; must not be root, admin, or administrator; must contain at least 8 characters, 1 alphabetic character(s), 1 digit(s), and 1 non-alphanumeric symbol(s).",
  41. "name": "KIE_SERVER_PASSWORD",
  42. "from": "[a-zA-Z]{6}[0-9]{1}!",
  43. "generate": "expression",
  44. "required": false
  45. },
  46. {
  47. "displayName": "KIE Server Domain",
  48. "description": "JAAS LoginContext domain that shall be used to authenticate users when using JMS.",
  49. "name": "KIE_SERVER_DOMAIN",
  50. "value": "other",
  51. "required": false
  52. },
  53. {
  54. "displayName": "KIE Server JMS Queues Request",
  55. "description": "JNDI name of request queue for JMS.",
  56. "name": "KIE_SERVER_JMS_QUEUES_REQUEST",
  57. "value": "queue/KIE.SERVER.REQUEST",
  58. "required": false
  59. },
  60. {
  61. "displayName": "KIE Server JMS Queues Response",
  62. "description": "JNDI name of response queue for JMS.",
  63. "name": "KIE_SERVER_JMS_QUEUES_RESPONSE",
  64. "value": "queue/KIE.SERVER.RESPONSE",
  65. "required": false
  66. },
  67. {
  68. "displayName": "Application Name",
  69. "description": "The name for the application.",
  70. "name": "APPLICATION_NAME",
  71. "value": "kie-app",
  72. "required": true
  73. },
  74. {
  75. "displayName": "Custom http Route Hostname",
  76. "description": "Custom hostname for http service route. Leave blank for default hostname, e.g.: <application-name>-<project>.<default-domain-suffix>",
  77. "name": "HOSTNAME_HTTP",
  78. "value": "",
  79. "required": false
  80. },
  81. {
  82. "displayName": "Custom https Route Hostname",
  83. "description": "Custom hostname for https service route. Leave blank for default hostname, e.g.: secure-<application-name>-<project>.<default-domain-suffix>",
  84. "name": "HOSTNAME_HTTPS",
  85. "value": "",
  86. "required": false
  87. },
  88. {
  89. "displayName": "Git Repository URL",
  90. "description": "Git source URI for application",
  91. "name": "SOURCE_REPOSITORY_URL",
  92. "value": "https://github.com/jboss-openshift/openshift-quickstarts.git",
  93. "required": true
  94. },
  95. {
  96. "displayName": "Git Reference",
  97. "description": "Git branch/tag reference",
  98. "name": "SOURCE_REPOSITORY_REF",
  99. "value": "1.3",
  100. "required": false
  101. },
  102. {
  103. "displayName": "Context Directory",
  104. "description": "Path within Git project to build; empty for root project directory.",
  105. "name": "CONTEXT_DIR",
  106. "value": "decisionserver/hellorules",
  107. "required": false
  108. },
  109. {
  110. "displayName": "JMS Connection Factory JNDI Name",
  111. "description": "JNDI name for connection factory used by applications to connect to the broker, e.g. java:/JmsXA",
  112. "name": "MQ_JNDI",
  113. "value": "java:/JmsXA",
  114. "required": false
  115. },
  116. {
  117. "displayName": "A-MQ Protocols",
  118. "description": "Broker protocols to configure, separated by commas. Allowed values are: `openwire`, `amqp`, `stomp` and `mqtt`. Only `openwire` is supported by EAP.",
  119. "name": "MQ_PROTOCOL",
  120. "value": "openwire",
  121. "required": false
  122. },
  123. {
  124. "displayName": "Queues",
  125. "description": "Queue names, separated by commas. These queues will be automatically created when the broker starts. Also, they will be made accessible as JNDI resources in EAP.",
  126. "name": "MQ_QUEUES",
  127. "value": "KIE.SERVER.REQUEST,KIE.SERVER.RESPONSE",
  128. "required": false
  129. },
  130. {
  131. "displayName": "Topics",
  132. "description": "Topic names, separated by commas. These topics will be automatically created when the broker starts. Also, they will be made accessible as JNDI resources in EAP.",
  133. "name": "MQ_TOPICS",
  134. "value": "",
  135. "required": false
  136. },
  137. {
  138. "displayName": "Server Keystore Secret Name",
  139. "description": "The name of the secret containing the keystore file",
  140. "name": "HTTPS_SECRET",
  141. "value": "decisionserver-app-secret",
  142. "required": false
  143. },
  144. {
  145. "displayName": "Server Keystore Filename",
  146. "description": "The name of the keystore file within the secret",
  147. "name": "HTTPS_KEYSTORE",
  148. "value": "keystore.jks",
  149. "required": false
  150. },
  151. {
  152. "displayName": "Server Certificate Name",
  153. "description": "The name associated with the server certificate",
  154. "name": "HTTPS_NAME",
  155. "value": "jboss",
  156. "required": false
  157. },
  158. {
  159. "displayName": "Server Keystore Password",
  160. "description": "The password for the keystore and certificate",
  161. "name": "HTTPS_PASSWORD",
  162. "value": "mykeystorepass",
  163. "required": false
  164. },
  165. {
  166. "displayName": "A-MQ Username",
  167. "description": "User name for standard broker user. It is required for connecting to the broker. If left empty, it will be generated.",
  168. "name": "MQ_USERNAME",
  169. "from": "user[a-zA-Z0-9]{3}",
  170. "generate": "expression",
  171. "required": false
  172. },
  173. {
  174. "displayName": "A-MQ Password",
  175. "description": "Password for standard broker user. It is required for connecting to the broker. If left empty, it will be generated.",
  176. "name": "MQ_PASSWORD",
  177. "from": "[a-zA-Z0-9]{8}",
  178. "generate": "expression",
  179. "required": false
  180. },
  181. {
  182. "displayName": "A-MQ Mesh Discovery Type",
  183. "description": "The discovery agent type to use for discovering mesh endpoints. 'dns' will use OpenShift's DNS service to resolve endpoints. 'kube' will use Kubernetes REST API to resolve service endpoints. If using 'kube' the service account for the pod must have the 'view' role, which can be added via 'oc policy add-role-to-user view system:serviceaccount:<namespace>:default' where <namespace> is the project namespace.",
  184. "name": "AMQ_MESH_DISCOVERY_TYPE",
  185. "value": "kube",
  186. "required": false
  187. },
  188. {
  189. "displayName": "A-MQ Storage Limit",
  190. "description": "The A-MQ storage usage limit",
  191. "name": "AMQ_STORAGE_USAGE_LIMIT",
  192. "value": "100 gb",
  193. "required": false
  194. },
  195. {
  196. "displayName": "Github Webhook Secret",
  197. "description": "GitHub trigger secret",
  198. "name": "GITHUB_WEBHOOK_SECRET",
  199. "from": "[a-zA-Z0-9]{8}",
  200. "generate": "expression",
  201. "required": true
  202. },
  203. {
  204. "displayName": "Generic Webhook Secret",
  205. "description": "Generic build trigger secret",
  206. "name": "GENERIC_WEBHOOK_SECRET",
  207. "from": "[a-zA-Z0-9]{8}",
  208. "generate": "expression",
  209. "required": true
  210. },
  211. {
  212. "displayName": "ImageStream Namespace",
  213. "description": "Namespace in which the ImageStreams for Red Hat Middleware images are installed. These ImageStreams are normally installed in the openshift namespace. You should only need to modify this if you've installed the ImageStreams in a different namespace/project.",
  214. "name": "IMAGE_STREAM_NAMESPACE",
  215. "value": "openshift",
  216. "required": true
  217. },
  218. {
  219. "displayName": "Maven mirror URL",
  220. "description": "Maven mirror to use for S2I builds",
  221. "name": "MAVEN_MIRROR_URL",
  222. "value": "",
  223. "required": false
  224. },
  225. {
  226. "description": "List of directories from which archives will be copied into the deployment folder. If unspecified, all archives in /target will be copied.",
  227. "name": "ARTIFACT_DIR",
  228. "value": "",
  229. "required": false
  230. }
  231. ],
  232. "objects": [
  233. {
  234. "kind": "Service",
  235. "apiVersion": "v1",
  236. "spec": {
  237. "ports": [
  238. {
  239. "port": 8080,
  240. "targetPort": 8080
  241. }
  242. ],
  243. "selector": {
  244. "deploymentConfig": "${APPLICATION_NAME}"
  245. }
  246. },
  247. "metadata": {
  248. "name": "${APPLICATION_NAME}",
  249. "labels": {
  250. "application": "${APPLICATION_NAME}"
  251. },
  252. "annotations": {
  253. "description": "The web server's HTTP port.",
  254. "service.alpha.openshift.io/dependencies": "[{\"name\": \"${APPLICATION_NAME}-amq-tcp\", \"kind\": \"Service\"}]"
  255. }
  256. }
  257. },
  258. {
  259. "kind": "Service",
  260. "apiVersion": "v1",
  261. "spec": {
  262. "ports": [
  263. {
  264. "port": 8443,
  265. "targetPort": 8443
  266. }
  267. ],
  268. "selector": {
  269. "deploymentConfig": "${APPLICATION_NAME}"
  270. }
  271. },
  272. "metadata": {
  273. "name": "secure-${APPLICATION_NAME}",
  274. "labels": {
  275. "application": "${APPLICATION_NAME}"
  276. },
  277. "annotations": {
  278. "description": "The web server's HTTPS port.",
  279. "service.alpha.openshift.io/dependencies": "[{\"name\": \"${APPLICATION_NAME}-amq-tcp\", \"kind\": \"Service\"}]"
  280. }
  281. }
  282. },
  283. {
  284. "kind": "Service",
  285. "apiVersion": "v1",
  286. "spec": {
  287. "ports": [
  288. {
  289. "port": 61616,
  290. "targetPort": 61616
  291. }
  292. ],
  293. "selector": {
  294. "deploymentConfig": "${APPLICATION_NAME}-amq"
  295. }
  296. },
  297. "metadata": {
  298. "name": "${APPLICATION_NAME}-amq-tcp",
  299. "labels": {
  300. "application": "${APPLICATION_NAME}"
  301. },
  302. "annotations": {
  303. "description": "The broker's OpenWire port."
  304. }
  305. }
  306. },
  307. {
  308. "kind": "Route",
  309. "apiVersion": "v1",
  310. "id": "${APPLICATION_NAME}-http",
  311. "metadata": {
  312. "name": "${APPLICATION_NAME}",
  313. "labels": {
  314. "application": "${APPLICATION_NAME}"
  315. },
  316. "annotations": {
  317. "description": "Route for application's HTTP service."
  318. }
  319. },
  320. "spec": {
  321. "host": "${HOSTNAME_HTTP}",
  322. "to": {
  323. "name": "${APPLICATION_NAME}"
  324. }
  325. }
  326. },
  327. {
  328. "kind": "Route",
  329. "apiVersion": "v1",
  330. "id": "${APPLICATION_NAME}-https",
  331. "metadata": {
  332. "name": "secure-${APPLICATION_NAME}",
  333. "labels": {
  334. "application": "${APPLICATION_NAME}"
  335. },
  336. "annotations": {
  337. "description": "Route for application's HTTPS service."
  338. }
  339. },
  340. "spec": {
  341. "host": "${HOSTNAME_HTTPS}",
  342. "to": {
  343. "name": "secure-${APPLICATION_NAME}"
  344. },
  345. "tls": {
  346. "termination": "passthrough"
  347. }
  348. }
  349. },
  350. {
  351. "kind": "ImageStream",
  352. "apiVersion": "v1",
  353. "metadata": {
  354. "name": "${APPLICATION_NAME}",
  355. "labels": {
  356. "application": "${APPLICATION_NAME}"
  357. }
  358. }
  359. },
  360. {
  361. "kind": "BuildConfig",
  362. "apiVersion": "v1",
  363. "metadata": {
  364. "name": "${APPLICATION_NAME}",
  365. "labels": {
  366. "application": "${APPLICATION_NAME}"
  367. }
  368. },
  369. "spec": {
  370. "source": {
  371. "type": "Git",
  372. "git": {
  373. "uri": "${SOURCE_REPOSITORY_URL}",
  374. "ref": "${SOURCE_REPOSITORY_REF}"
  375. },
  376. "contextDir": "${CONTEXT_DIR}"
  377. },
  378. "strategy": {
  379. "type": "Source",
  380. "sourceStrategy": {
  381. "env": [
  382. {
  383. "name": "KIE_CONTAINER_DEPLOYMENT",
  384. "value": "${KIE_CONTAINER_DEPLOYMENT}"
  385. },
  386. {
  387. "name": "MAVEN_MIRROR_URL",
  388. "value": "${MAVEN_MIRROR_URL}"
  389. },
  390. {
  391. "name": "ARTIFACT_DIR",
  392. "value": "${ARTIFACT_DIR}"
  393. }
  394. ],
  395. "forcePull": true,
  396. "from": {
  397. "kind": "ImageStreamTag",
  398. "namespace": "${IMAGE_STREAM_NAMESPACE}",
  399. "name": "jboss-decisionserver64-openshift:1.1"
  400. }
  401. }
  402. },
  403. "output": {
  404. "to": {
  405. "kind": "ImageStreamTag",
  406. "name": "${APPLICATION_NAME}:latest"
  407. }
  408. },
  409. "triggers": [
  410. {
  411. "type": "GitHub",
  412. "github": {
  413. "secret": "${GITHUB_WEBHOOK_SECRET}"
  414. }
  415. },
  416. {
  417. "type": "Generic",
  418. "generic": {
  419. "secret": "${GENERIC_WEBHOOK_SECRET}"
  420. }
  421. },
  422. {
  423. "type": "ImageChange",
  424. "imageChange": {}
  425. },
  426. {
  427. "type": "ConfigChange"
  428. }
  429. ]
  430. }
  431. },
  432. {
  433. "kind": "DeploymentConfig",
  434. "apiVersion": "v1",
  435. "metadata": {
  436. "name": "${APPLICATION_NAME}",
  437. "labels": {
  438. "application": "${APPLICATION_NAME}"
  439. }
  440. },
  441. "spec": {
  442. "strategy": {
  443. "type": "Recreate"
  444. },
  445. "triggers": [
  446. {
  447. "type": "ImageChange",
  448. "imageChangeParams": {
  449. "automatic": true,
  450. "containerNames": [
  451. "${APPLICATION_NAME}"
  452. ],
  453. "from": {
  454. "kind": "ImageStream",
  455. "name": "${APPLICATION_NAME}"
  456. }
  457. }
  458. },
  459. {
  460. "type": "ConfigChange"
  461. }
  462. ],
  463. "replicas": 1,
  464. "selector": {
  465. "deploymentConfig": "${APPLICATION_NAME}"
  466. },
  467. "template": {
  468. "metadata": {
  469. "name": "${APPLICATION_NAME}",
  470. "labels": {
  471. "deploymentConfig": "${APPLICATION_NAME}",
  472. "application": "${APPLICATION_NAME}"
  473. }
  474. },
  475. "spec": {
  476. "serviceAccountName": "decisionserver-service-account",
  477. "terminationGracePeriodSeconds": 60,
  478. "containers": [
  479. {
  480. "name": "${APPLICATION_NAME}",
  481. "image": "${APPLICATION_NAME}",
  482. "imagePullPolicy": "Always",
  483. "volumeMounts": [
  484. {
  485. "name": "decisionserver-keystore-volume",
  486. "mountPath": "/etc/decisionserver-secret-volume",
  487. "readOnly": true
  488. }
  489. ],
  490. "livenessProbe": {
  491. "exec": {
  492. "command": [
  493. "/bin/bash",
  494. "-c",
  495. "/opt/eap/bin/livenessProbe.sh"
  496. ]
  497. }
  498. },
  499. "readinessProbe": {
  500. "exec": {
  501. "command": [
  502. "/bin/bash",
  503. "-c",
  504. "/opt/eap/bin/readinessProbe.sh"
  505. ]
  506. }
  507. },
  508. "ports": [
  509. {
  510. "name": "jolokia",
  511. "containerPort": 8778,
  512. "protocol": "TCP"
  513. },
  514. {
  515. "name": "http",
  516. "containerPort": 8080,
  517. "protocol": "TCP"
  518. },
  519. {
  520. "name": "https",
  521. "containerPort": 8443,
  522. "protocol": "TCP"
  523. }
  524. ],
  525. "env": [
  526. {
  527. "name": "KIE_CONTAINER_DEPLOYMENT",
  528. "value": "${KIE_CONTAINER_DEPLOYMENT}"
  529. },
  530. {
  531. "name": "KIE_SERVER_USER",
  532. "value": "${KIE_SERVER_USER}"
  533. },
  534. {
  535. "name": "KIE_SERVER_PASSWORD",
  536. "value": "${KIE_SERVER_PASSWORD}"
  537. },
  538. {
  539. "name": "KIE_SERVER_DOMAIN",
  540. "value": "${KIE_SERVER_DOMAIN}"
  541. },
  542. {
  543. "name": "KIE_SERVER_JMS_QUEUES_REQUEST",
  544. "value": "${KIE_SERVER_JMS_QUEUES_REQUEST}"
  545. },
  546. {
  547. "name": "KIE_SERVER_JMS_QUEUES_RESPONSE",
  548. "value": "${KIE_SERVER_JMS_QUEUES_RESPONSE}"
  549. },
  550. {
  551. "name": "MQ_SERVICE_PREFIX_MAPPING",
  552. "value": "${APPLICATION_NAME}-amq=MQ"
  553. },
  554. {
  555. "name": "MQ_JNDI",
  556. "value": "${MQ_JNDI}"
  557. },
  558. {
  559. "name": "MQ_USERNAME",
  560. "value": "${MQ_USERNAME}"
  561. },
  562. {
  563. "name": "MQ_PASSWORD",
  564. "value": "${MQ_PASSWORD}"
  565. },
  566. {
  567. "name": "MQ_PROTOCOL",
  568. "value": "tcp"
  569. },
  570. {
  571. "name": "MQ_QUEUES",
  572. "value": "${MQ_QUEUES}"
  573. },
  574. {
  575. "name": "MQ_TOPICS",
  576. "value": "${MQ_TOPICS}"
  577. },
  578. {
  579. "name": "HTTPS_KEYSTORE_DIR",
  580. "value": "/etc/decisionserver-secret-volume"
  581. },
  582. {
  583. "name": "HTTPS_KEYSTORE",
  584. "value": "${HTTPS_KEYSTORE}"
  585. },
  586. {
  587. "name": "HTTPS_NAME",
  588. "value": "${HTTPS_NAME}"
  589. },
  590. {
  591. "name": "HTTPS_PASSWORD",
  592. "value": "${HTTPS_PASSWORD}"
  593. }
  594. ]
  595. }
  596. ],
  597. "volumes": [
  598. {
  599. "name": "decisionserver-keystore-volume",
  600. "secret": {
  601. "secretName": "${HTTPS_SECRET}"
  602. }
  603. }
  604. ]
  605. }
  606. }
  607. }
  608. },
  609. {
  610. "kind": "DeploymentConfig",
  611. "apiVersion": "v1",
  612. "metadata": {
  613. "name": "${APPLICATION_NAME}-amq",
  614. "labels": {
  615. "application": "${APPLICATION_NAME}"
  616. }
  617. },
  618. "spec": {
  619. "strategy": {
  620. "type": "Recreate"
  621. },
  622. "triggers": [
  623. {
  624. "type": "ImageChange",
  625. "imageChangeParams": {
  626. "automatic": true,
  627. "containerNames": [
  628. "${APPLICATION_NAME}-amq"
  629. ],
  630. "from": {
  631. "kind": "ImageStreamTag",
  632. "namespace": "${IMAGE_STREAM_NAMESPACE}",
  633. "name": "jboss-amq-63:1.2"
  634. }
  635. }
  636. },
  637. {
  638. "type": "ConfigChange"
  639. }
  640. ],
  641. "replicas": 1,
  642. "selector": {
  643. "deploymentConfig": "${APPLICATION_NAME}-amq"
  644. },
  645. "template": {
  646. "metadata": {
  647. "name": "${APPLICATION_NAME}-amq",
  648. "labels": {
  649. "deploymentConfig": "${APPLICATION_NAME}-amq",
  650. "application": "${APPLICATION_NAME}"
  651. }
  652. },
  653. "spec": {
  654. "terminationGracePeriodSeconds": 60,
  655. "containers": [
  656. {
  657. "name": "${APPLICATION_NAME}-amq",
  658. "image": "jboss-amq-63",
  659. "imagePullPolicy": "Always",
  660. "readinessProbe": {
  661. "exec": {
  662. "command": [
  663. "/bin/bash",
  664. "-c",
  665. "/opt/amq/bin/readinessProbe.sh"
  666. ]
  667. }
  668. },
  669. "ports": [
  670. {
  671. "name": "jolokia",
  672. "containerPort": 8778,
  673. "protocol": "TCP"
  674. },
  675. {
  676. "name": "amqp",
  677. "containerPort": 5672,
  678. "protocol": "TCP"
  679. },
  680. {
  681. "name": "amqp-ssl",
  682. "containerPort": 5671,
  683. "protocol": "TCP"
  684. },
  685. {
  686. "name": "mqtt",
  687. "containerPort": 1883,
  688. "protocol": "TCP"
  689. },
  690. {
  691. "name": "stomp",
  692. "containerPort": 61613,
  693. "protocol": "TCP"
  694. },
  695. {
  696. "name": "stomp-ssl",
  697. "containerPort": 61612,
  698. "protocol": "TCP"
  699. },
  700. {
  701. "name": "tcp",
  702. "containerPort": 61616,
  703. "protocol": "TCP"
  704. },
  705. {
  706. "name": "tcp-ssl",
  707. "containerPort": 61617,
  708. "protocol": "TCP"
  709. }
  710. ],
  711. "env": [
  712. {
  713. "name": "AMQ_USER",
  714. "value": "${MQ_USERNAME}"
  715. },
  716. {
  717. "name": "AMQ_PASSWORD",
  718. "value": "${MQ_PASSWORD}"
  719. },
  720. {
  721. "name": "AMQ_TRANSPORTS",
  722. "value": "${MQ_PROTOCOL}"
  723. },
  724. {
  725. "name": "AMQ_MESH_DISCOVERY_TYPE",
  726. "value": "${AMQ_MESH_DISCOVERY_TYPE}"
  727. },
  728. {
  729. "name": "AMQ_MESH_SERVICE_NAME",
  730. "value": "${APPLICATION_NAME}-amq-tcp"
  731. },
  732. {
  733. "name": "AMQ_MESH_SERVICE_NAMESPACE",
  734. "valueFrom": {
  735. "fieldRef": {
  736. "fieldPath": "metadata.namespace"
  737. }
  738. }
  739. },
  740. {
  741. "name": "AMQ_STORAGE_USAGE_LIMIT",
  742. "value": "${AMQ_STORAGE_USAGE_LIMIT}"
  743. }
  744. ]
  745. }
  746. ]
  747. }
  748. }
  749. }
  750. }
  751. ]
  752. }