decisionserver63-amq-s2i.json 31 KB

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