rhpam70-kieserver-mysql.yaml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. ---
  2. kind: Template
  3. apiVersion: v1
  4. metadata:
  5. annotations:
  6. description: Application template for a managed KIE server with a MySQL database, for Red Hat Process Automation Manager 7.0
  7. iconClass: icon-jboss
  8. tags: rhpam,jboss,xpaas
  9. version: 1.4.0
  10. openshift.io/display-name: Red Hat Process Automation Manager 7.0 managed KIE server with a MySQL database
  11. name: rhpam70-kieserver-mysql
  12. labels:
  13. template: rhpam70-kieserver-mysql
  14. xpaas: 1.4.0
  15. message: A new environment has been set up for Red Hat Process Automation Manager 7. The username/password for accessing the KIE server is ${KIE_SERVER_USER}/${KIE_SERVER_PWD}.
  16. parameters:
  17. - displayName: Application Name
  18. description: The name for the application.
  19. name: APPLICATION_NAME
  20. value: myapp
  21. required: true
  22. - displayName: Maven repository URL
  23. description: Fully qualified URL to a Maven repository or service.
  24. name: MAVEN_REPO_URL
  25. example: http://nexus.nexus-project.svc.cluster.local:8081/nexus/content/groups/public/
  26. required: true
  27. - displayName: Maven repository username
  28. description: Username to access the Maven repository, if required.
  29. name: MAVEN_REPO_USERNAME
  30. required: true
  31. - displayName: Maven repository password
  32. description: Password to access the Maven repository, if required.
  33. name: MAVEN_REPO_PASSWORD
  34. required: true
  35. - displayName: EAP Admin User
  36. description: EAP administrator username
  37. name: ADMIN_USERNAME
  38. value: eapadmin
  39. required: false
  40. - displayName: EAP Admin Password
  41. description: EAP administrator password
  42. name: ADMIN_PASSWORD
  43. from: "[a-zA-Z]{6}[0-9]{1}!"
  44. generate: expression
  45. required: false
  46. - displayName: KIE Admin User
  47. description: KIE administrator username
  48. name: KIE_ADMIN_USER
  49. value: adminUser
  50. required: false
  51. - displayName: KIE Admin Password
  52. description: KIE administrator password
  53. name: KIE_ADMIN_PWD
  54. from: "[a-zA-Z]{6}[0-9]{1}!"
  55. generate: expression
  56. required: false
  57. - displayName: KIE Server ID
  58. description: The KIE server ID to use, which defaults to ${APPLICATION_NAME}-kieserver if not specified (Sets the org.kie.server.id system property).
  59. name: KIE_SERVER_ID
  60. required: false
  61. - displayName: KIE Server User
  62. description: KIE execution server username (Sets the org.kie.server.user system property)
  63. name: KIE_SERVER_USER
  64. value: executionUser
  65. required: false
  66. - displayName: KIE Server Password
  67. description: KIE execution server password (Sets the org.kie.server.pwd system property)
  68. name: KIE_SERVER_PWD
  69. from: "[a-zA-Z]{6}[0-9]{1}!"
  70. generate: expression
  71. required: false
  72. - displayName: ImageStream Namespace
  73. description: Namespace in which the ImageStreams for Red Hat Middleware images are
  74. installed. These ImageStreams are normally installed in the openshift namespace.
  75. You should only need to modify this if you've installed the ImageStreams in a
  76. different namespace/project.
  77. name: IMAGE_STREAM_NAMESPACE
  78. value: openshift
  79. required: true
  80. - displayName: ImageStream Tag
  81. description: A named pointer to an image in an image stream. Default is "1.0".
  82. name: IMAGE_STREAM_TAG
  83. value: "1.0"
  84. required: false
  85. - displayName: Smart Router Service
  86. description: The service name for the optional smart router, where it can be reached, to allow smart routing
  87. name: KIE_SERVER_ROUTER_SERVICE
  88. required: false
  89. - displayName: Smart Router Host
  90. description: "The host name of the smart router, which could be the service name resolved by OpenShift or a globally resolvable domain name"
  91. name: KIE_SERVER_ROUTER_HOST
  92. example: "myapp-smartrouter"
  93. required: false
  94. - displayName: Smart Router listening port
  95. description: Port in which the smart router server listens (router property org.kie.server.router.port)
  96. name: KIE_SERVER_ROUTER_PORT
  97. example: "9000"
  98. required: false
  99. - displayName: Smart Router protocol
  100. description: KIE server router protocol (Used to build the org.kie.server.router.url.external property)
  101. name: KIE_SERVER_ROUTER_PROTOCOL
  102. example: "http"
  103. required: false
  104. - displayName: KIE Server Controller Service
  105. description: The service name for the optional business-central-monitor, where it can be reached and registered with, to allow monitoring console functionality
  106. name: KIE_SERVER_CONTROLLER_SERVICE
  107. required: false
  108. - displayName: KIE Server Controller User
  109. description: KIE server controller username (Sets the org.kie.server.controller.user system property)
  110. name: KIE_SERVER_CONTROLLER_USER
  111. value: controllerUser
  112. required: false
  113. - displayName: KIE Server Controller Password
  114. description: KIE server controller password (Sets the org.kie.server.controller.pwd system property)
  115. name: KIE_SERVER_CONTROLLER_PWD
  116. required: false
  117. - displayName: KIE server controller host
  118. description: KIE server controller host (Used to set the org.kie.server.controller system property)
  119. name: KIE_SERVER_CONTROLLER_HOST
  120. example: my-app-controller-ocpuser.os.example.com
  121. required: false
  122. - displayName: KIE server controller port
  123. description: KIE server controller port (Used to set the org.kie.server.controller system property)
  124. name: KIE_SERVER_CONTROLLER_PORT
  125. example: '8080'
  126. required: false
  127. - displayName: KIE server controller protocol
  128. description: KIE server controller protocol (Used to set the org.kie.server.controller system property)
  129. name: KIE_SERVER_CONTROLLER_PROTOCOL
  130. example: http
  131. required: false
  132. - displayName: KIE Server controller token
  133. description: KIE server controller token for bearer authentication (Sets the org.kie.server.controller.token system property)
  134. name: KIE_SERVER_CONTROLLER_TOKEN
  135. required: false
  136. - displayName: KIE Server Persistence DS
  137. description: KIE execution server persistence datasource (Sets the org.kie.server.persistence.ds system property)
  138. name: KIE_SERVER_PERSISTENCE_DS
  139. value: java:/jboss/datasources/rhpam
  140. required: false
  141. ## MySQL database parameters BEGIN
  142. - displayName: MySQL ImageStream Tag
  143. description: The MySQL image version, which is intended to correspond to the MySQL version. Default is "5.7".
  144. name: MYSQL_IMAGE_STREAM_TAG
  145. value: "5.7"
  146. required: false
  147. - displayName: KIE Server MySQL Database User
  148. description: KIE execution server MySQL database username
  149. name: KIE_SERVER_MYSQL_USER
  150. value: rhpam
  151. required: false
  152. - displayName: KIE Server MySQL Database Password
  153. description: KIE execution server MySQL database password
  154. name: KIE_SERVER_MYSQL_PWD
  155. from: "[a-zA-Z]{6}[0-9]{1}!"
  156. generate: expression
  157. required: false
  158. - displayName: KIE Server MySQL Database Name
  159. description: KIE execution server MySQL database name
  160. name: KIE_SERVER_MYSQL_DB
  161. value: rhpam7
  162. required: false
  163. - displayName: Database Volume Capacity
  164. description: Size of persistent storage for database volume.
  165. name: DB_VOLUME_CAPACITY
  166. value: 1Gi
  167. ## MySQL database parameters END
  168. - displayName: Drools Server Filter Classes
  169. description: KIE execution server class filtering (Sets the org.drools.server.filter.classes system property)
  170. name: DROOLS_SERVER_FILTER_CLASSES
  171. value: 'true'
  172. required: false
  173. - displayName: KIE MBeans
  174. description: KIE execution server mbeans enabled/disabled (Sets the kie.mbeans and kie.scanner.mbeans system properties)
  175. name: KIE_MBEANS
  176. value: enabled
  177. required: false
  178. - displayName: Execution Server Custom http Route Hostname
  179. description: 'Custom hostname for http service route. Leave blank for default hostname,
  180. e.g.: <application-name>-kieserver-<project>.<default-domain-suffix>'
  181. name: EXECUTION_SERVER_HOSTNAME_HTTP
  182. value: ''
  183. required: false
  184. - displayName: Execution Server Custom https Route Hostname
  185. description: 'Custom hostname for https service route. Leave blank for default
  186. hostname, e.g.: secure-<application-name>-kieserver-<project>.<default-domain-suffix>'
  187. name: EXECUTION_SERVER_HOSTNAME_HTTPS
  188. value: ''
  189. required: false
  190. - displayName: KIE Server Keystore Secret Name
  191. description: The name of the secret containing the keystore file
  192. name: KIE_SERVER_HTTPS_SECRET
  193. example: kieserver-app-secret
  194. required: true
  195. - displayName: KIE Server Keystore Filename
  196. description: The name of the keystore file within the secret
  197. name: KIE_SERVER_HTTPS_KEYSTORE
  198. value: keystore.jks
  199. required: false
  200. - displayName: KIE Server Certificate Name
  201. description: The name associated with the server certificate
  202. name: KIE_SERVER_HTTPS_NAME
  203. value: jboss
  204. required: false
  205. - displayName: KIE Server Keystore Password
  206. description: The password for the keystore and certificate
  207. name: KIE_SERVER_HTTPS_PASSWORD
  208. value: mykeystorepass
  209. required: false
  210. - displayName: KIE Server Bypass Auth User
  211. description: KIE execution server bypass auth user (Sets the org.kie.server.bypass.auth.user system property)
  212. name: KIE_SERVER_BYPASS_AUTH_USER
  213. value: 'false'
  214. required: false
  215. required: true
  216. - displayName: "Timer service data store refresh interval (in milliseconds)"
  217. description: "Sets refresh-interval for the EJB timer database data-store service."
  218. name: TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL
  219. value: '30000'
  220. required: false
  221. - displayName: Execution Server Container Memory Limit
  222. description: Execution Server Container memory limit
  223. name: EXECUTION_SERVER_MEMORY_LIMIT
  224. value: 1Gi
  225. required: false
  226. - displayName: KIE Server Container Deployment
  227. description: 'KIE Server Container deployment configuration in format: containerId=groupId:artifactId:version|c2=g2:a2:v2'
  228. name: KIE_SERVER_CONTAINER_DEPLOYMENT
  229. example: rhpam-kieserver-library=org.openshift.quickstarts:rhpam-kieserver-library:1.4.0-SNAPSHOT
  230. required: false
  231. - displayName: Disable KIE Server Management
  232. description: "When set to LocalContainersStartupStrategy, allows KIE server to start up and function with local config, even when a controller is configured and unavailable."
  233. name: KIE_SERVER_MGMT_DISABLED
  234. example: "true"
  235. required: false
  236. - displayName: KIE Server Startup Strategy
  237. description: "When set to LocalContainersStartupStrategy, allows KIE server to start up and function with local config, even when a controller is configured and unavailable."
  238. name: KIE_SERVER_STARTUP_STRATEGY
  239. example: "LocalContainersStartupStrategy"
  240. required: false
  241. objects:
  242. - kind: Service
  243. apiVersion: v1
  244. spec:
  245. ports:
  246. - name: http
  247. port: 8080
  248. targetPort: 8080
  249. - name: https
  250. port: 8443
  251. targetPort: 8443
  252. selector:
  253. deploymentConfig: "${APPLICATION_NAME}-kieserver"
  254. metadata:
  255. name: "${APPLICATION_NAME}-kieserver"
  256. labels:
  257. application: "${APPLICATION_NAME}"
  258. service: "${APPLICATION_NAME}-kieserver"
  259. annotations:
  260. description: All the KIE server web server's ports.
  261. - kind: Service
  262. apiVersion: v1
  263. spec:
  264. clusterIP: "None"
  265. ports:
  266. - name: "ping"
  267. port: 8888
  268. selector:
  269. deploymentConfig: "${APPLICATION_NAME}-kieserver"
  270. metadata:
  271. name: "${APPLICATION_NAME}-kieserver-ping"
  272. labels:
  273. application: "${APPLICATION_NAME}"
  274. service: "${APPLICATION_NAME}-kieserver"
  275. annotations:
  276. service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
  277. description: "The JGroups ping port for clustering."
  278. ## MySQL service BEGIN
  279. - apiVersion: v1
  280. kind: Service
  281. metadata:
  282. annotations:
  283. description: The database server's port.
  284. labels:
  285. application: ${APPLICATION_NAME}
  286. service: "${APPLICATION_NAME}-mysql"
  287. name: ${APPLICATION_NAME}-mysql
  288. spec:
  289. ports:
  290. - port: 3306
  291. targetPort: 3306
  292. selector:
  293. deploymentConfig: ${APPLICATION_NAME}-mysql
  294. ## MySQL service END
  295. - kind: Route
  296. apiVersion: v1
  297. id: "${APPLICATION_NAME}-kieserver-http"
  298. metadata:
  299. name: "${APPLICATION_NAME}-kieserver"
  300. labels:
  301. application: "${APPLICATION_NAME}"
  302. service: "${APPLICATION_NAME}-kieserver"
  303. annotations:
  304. description: Route for KIE server's http service.
  305. spec:
  306. host: "${EXECUTION_SERVER_HOSTNAME_HTTP}"
  307. to:
  308. name: "${APPLICATION_NAME}-kieserver"
  309. port:
  310. targetPort: http
  311. - kind: Route
  312. apiVersion: v1
  313. id: "${APPLICATION_NAME}-kieserver-https"
  314. metadata:
  315. name: "secure-${APPLICATION_NAME}-kieserver"
  316. labels:
  317. application: "${APPLICATION_NAME}"
  318. service: "${APPLICATION_NAME}-kieserver"
  319. annotations:
  320. description: Route for KIE server's https service.
  321. spec:
  322. host: "${EXECUTION_SERVER_HOSTNAME_HTTPS}"
  323. to:
  324. name: "${APPLICATION_NAME}-kieserver"
  325. port:
  326. targetPort: https
  327. tls:
  328. termination: passthrough
  329. - kind: DeploymentConfig
  330. apiVersion: v1
  331. metadata:
  332. name: "${APPLICATION_NAME}-kieserver"
  333. labels:
  334. application: "${APPLICATION_NAME}"
  335. service: "${APPLICATION_NAME}-kieserver"
  336. spec:
  337. strategy:
  338. type: Recreate
  339. triggers:
  340. - type: ImageChange
  341. imageChangeParams:
  342. automatic: true
  343. containerNames:
  344. - "${APPLICATION_NAME}-kieserver"
  345. from:
  346. kind: ImageStreamTag
  347. namespace: "${IMAGE_STREAM_NAMESPACE}"
  348. name: "rhpam70-kieserver-openshift:${IMAGE_STREAM_TAG}"
  349. - type: ConfigChange
  350. replicas: 1
  351. selector:
  352. deploymentConfig: "${APPLICATION_NAME}-kieserver"
  353. template:
  354. metadata:
  355. name: "${APPLICATION_NAME}-kieserver"
  356. labels:
  357. deploymentConfig: "${APPLICATION_NAME}-kieserver"
  358. application: "${APPLICATION_NAME}"
  359. service: "${APPLICATION_NAME}-kieserver"
  360. spec:
  361. terminationGracePeriodSeconds: 60
  362. containers:
  363. - name: "${APPLICATION_NAME}-kieserver"
  364. image: rhpam70-kieserver-openshift
  365. imagePullPolicy: Always
  366. resources:
  367. limits:
  368. memory: "${EXECUTION_SERVER_MEMORY_LIMIT}"
  369. volumeMounts:
  370. - name: kieserver-keystore-volume
  371. mountPath: "/etc/kieserver-secret-volume"
  372. readOnly: true
  373. livenessProbe:
  374. exec:
  375. command:
  376. - "/bin/bash"
  377. - "-c"
  378. - "curl --fail --silent -u '${KIE_ADMIN_USER}:${KIE_ADMIN_PWD}' http://localhost:8080/services/rest/server/healthcheck"
  379. initialDelaySeconds: 180
  380. timeoutSeconds: 2
  381. periodSeconds: 15
  382. failureThreshold: 3
  383. readinessProbe:
  384. exec:
  385. command:
  386. - "/bin/bash"
  387. - "-c"
  388. - "curl --fail --silent -u '${KIE_ADMIN_USER}:${KIE_ADMIN_PWD}' http://localhost:8080/services/rest/server/readycheck"
  389. initialDelaySeconds: 60
  390. timeoutSeconds: 2
  391. periodSeconds: 30
  392. failureThreshold: 6
  393. ports:
  394. - name: jolokia
  395. containerPort: 8778
  396. protocol: TCP
  397. - name: http
  398. containerPort: 8080
  399. protocol: TCP
  400. - name: https
  401. containerPort: 8443
  402. protocol: TCP
  403. - name: ping
  404. containerPort: 8888
  405. protocol: TCP
  406. env:
  407. - name: DROOLS_SERVER_FILTER_CLASSES
  408. value: "${DROOLS_SERVER_FILTER_CLASSES}"
  409. - name: KIE_ADMIN_USER
  410. value: "${KIE_ADMIN_USER}"
  411. - name: KIE_ADMIN_PWD
  412. value: "${KIE_ADMIN_PWD}"
  413. - name: KIE_MBEANS
  414. value: "${KIE_MBEANS}"
  415. - name: KIE_SERVER_BYPASS_AUTH_USER
  416. value: "${KIE_SERVER_BYPASS_AUTH_USER}"
  417. - name: KIE_SERVER_CONTROLLER_USER
  418. value: "${KIE_SERVER_CONTROLLER_USER}"
  419. - name: KIE_SERVER_CONTROLLER_PWD
  420. value: "${KIE_SERVER_CONTROLLER_PWD}"
  421. - name: KIE_SERVER_CONTROLLER_SERVICE
  422. value: "${KIE_SERVER_CONTROLLER_SERVICE}"
  423. - name: KIE_SERVER_CONTROLLER_HOST
  424. value: "${KIE_SERVER_CONTROLLER_HOST}"
  425. - name: KIE_SERVER_CONTROLLER_PORT
  426. value: "${KIE_SERVER_CONTROLLER_PORT}"
  427. - name: KIE_SERVER_CONTROLLER_PROTOCOL
  428. value: "${KIE_SERVER_CONTROLLER_PROTOCOL}"
  429. - name: KIE_SERVER_CONTROLLER_TOKEN
  430. value: "${KIE_SERVER_CONTROLLER_TOKEN}"
  431. - name: KIE_SERVER_ID
  432. value: "${KIE_SERVER_ID}"
  433. - name: KIE_SERVER_HOST
  434. valueFrom:
  435. fieldRef:
  436. fieldPath: status.podIP
  437. - name: KIE_SERVER_USER
  438. value: "${KIE_SERVER_USER}"
  439. - name: KIE_SERVER_PWD
  440. value: "${KIE_SERVER_PWD}"
  441. - name: KIE_SERVER_CONTAINER_DEPLOYMENT
  442. value: "${KIE_SERVER_CONTAINER_DEPLOYMENT}"
  443. - name: MAVEN_REPO_URL
  444. value: "${MAVEN_REPO_URL}"
  445. - name: MAVEN_REPO_USERNAME
  446. value: "${MAVEN_REPO_USERNAME}"
  447. - name: MAVEN_REPO_PASSWORD
  448. value: "${MAVEN_REPO_PASSWORD}"
  449. - name: MAVEN_REPO_PATH
  450. value: "/maven2/"
  451. - name: KIE_SERVER_ROUTER_SERVICE
  452. value: "${KIE_SERVER_ROUTER_SERVICE}"
  453. - name: KIE_SERVER_ROUTER_HOST
  454. value: "${KIE_SERVER_ROUTER_HOST}"
  455. - name: KIE_SERVER_ROUTER_PORT
  456. value: "${KIE_SERVER_ROUTER_PORT}"
  457. - name: KIE_SERVER_ROUTER_PROTOCOL
  458. value: "${KIE_SERVER_ROUTER_PROTOCOL}"
  459. - name: KIE_SERVER_MGMT_DISABLED
  460. value: "${KIE_SERVER_MGMT_DISABLED}"
  461. - name: KIE_SERVER_STARTUP_STRATEGY
  462. value: "${KIE_SERVER_STARTUP_STRATEGY}"
  463. - name: KIE_SERVER_PERSISTENCE_DS
  464. value: "${KIE_SERVER_PERSISTENCE_DS}"
  465. - name: DATASOURCES
  466. value: "RHPAM"
  467. - name: RHPAM_JNDI
  468. value: "${KIE_SERVER_PERSISTENCE_DS}"
  469. - name: RHPAM_TX_ISOLATION
  470. value: "TRANSACTION_READ_COMMITTED"
  471. ## MySQL driver settings BEGIN
  472. - name: RHPAM_DATABASE
  473. value: "${KIE_SERVER_MYSQL_DB}"
  474. - name: RHPAM_DRIVER
  475. value: "mysql"
  476. - name: KIE_SERVER_PERSISTENCE_DIALECT
  477. value: "org.hibernate.dialect.MySQL5Dialect"
  478. - name: RHPAM_USERNAME
  479. value: "${KIE_SERVER_MYSQL_USER}"
  480. - name: RHPAM_PASSWORD
  481. value: "${KIE_SERVER_MYSQL_PWD}"
  482. - name: RHPAM_SERVICE_HOST
  483. value: "${APPLICATION_NAME}-mysql"
  484. - name: RHPAM_SERVICE_PORT
  485. value: "3306"
  486. - name: TIMER_SERVICE_DATA_STORE
  487. value: "${APPLICATION_NAME}-mysql"
  488. ## MySQL driver settings END
  489. - name: RHPAM_JTA
  490. value: "true"
  491. - name: TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL
  492. value: "${TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL}"
  493. - name: HTTPS_KEYSTORE_DIR
  494. value: "/etc/kieserver-secret-volume"
  495. - name: HTTPS_KEYSTORE
  496. value: "${KIE_SERVER_HTTPS_KEYSTORE}"
  497. - name: HTTPS_NAME
  498. value: "${KIE_SERVER_HTTPS_NAME}"
  499. - name: HTTPS_PASSWORD
  500. value: "${KIE_SERVER_HTTPS_PASSWORD}"
  501. - name: ADMIN_USERNAME
  502. value: "${ADMIN_USERNAME}"
  503. - name: ADMIN_PASSWORD
  504. value: "${ADMIN_PASSWORD}"
  505. - name: JGROUPS_PING_PROTOCOL
  506. value: "openshift.DNS_PING"
  507. - name: OPENSHIFT_DNS_PING_SERVICE_NAME
  508. value: "${APPLICATION_NAME}-kieserver-ping"
  509. - name: OPENSHIFT_DNS_PING_SERVICE_PORT
  510. value: "8888"
  511. volumes:
  512. - name: kieserver-keystore-volume
  513. secret:
  514. secretName: "${KIE_SERVER_HTTPS_SECRET}"
  515. ## MySQL deployment config BEGIN
  516. - kind: DeploymentConfig
  517. apiVersion: v1
  518. metadata:
  519. name: "${APPLICATION_NAME}-mysql"
  520. labels:
  521. application: "${APPLICATION_NAME}"
  522. service: "${APPLICATION_NAME}-mysql"
  523. spec:
  524. strategy:
  525. type: Recreate
  526. triggers:
  527. - type: ImageChange
  528. imageChangeParams:
  529. automatic: true
  530. containerNames:
  531. - "${APPLICATION_NAME}-mysql"
  532. from:
  533. kind: ImageStreamTag
  534. namespace: "${IMAGE_STREAM_NAMESPACE}"
  535. name: "mysql:${MYSQL_IMAGE_STREAM_TAG}"
  536. - type: ConfigChange
  537. replicas: 1
  538. selector:
  539. deploymentConfig: "${APPLICATION_NAME}-mysql"
  540. template:
  541. metadata:
  542. name: "${APPLICATION_NAME}-mysql"
  543. labels:
  544. deploymentConfig: "${APPLICATION_NAME}-mysql"
  545. application: "${APPLICATION_NAME}"
  546. service: "${APPLICATION_NAME}-mysql"
  547. spec:
  548. terminationGracePeriodSeconds: 60
  549. containers:
  550. - name: "${APPLICATION_NAME}-mysql"
  551. image: mysql
  552. imagePullPolicy: Always
  553. ports:
  554. - containerPort: 3306
  555. protocol: TCP
  556. volumeMounts:
  557. - mountPath: "/var/lib/mysql/data"
  558. name: "${APPLICATION_NAME}-mysql-pvol"
  559. env:
  560. - name: MYSQL_USER
  561. value: "${KIE_SERVER_MYSQL_USER}"
  562. - name: MYSQL_PASSWORD
  563. value: "${KIE_SERVER_MYSQL_PWD}"
  564. - name: MYSQL_DATABASE
  565. value: "${KIE_SERVER_MYSQL_DB}"
  566. volumes:
  567. - name: "${APPLICATION_NAME}-mysql-pvol"
  568. persistentVolumeClaim:
  569. claimName: "${APPLICATION_NAME}-mysql-claim"
  570. ## MySQL deployment config END
  571. ## MySQL persistent volume claim BEGIN
  572. - apiVersion: v1
  573. kind: PersistentVolumeClaim
  574. metadata:
  575. name: "${APPLICATION_NAME}-mysql-claim"
  576. labels:
  577. application: "${APPLICATION_NAME}"
  578. service: "${APPLICATION_NAME}-mysql"
  579. spec:
  580. accessModes:
  581. - ReadWriteOnce
  582. resources:
  583. requests:
  584. storage: "${DB_VOLUME_CAPACITY}"
  585. ## MySQL persistent volume claim END