Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions amq/amq63-basic.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"kind": "Template",
"apiVersion": "v1",
"apiVersion": "template.openshift.io/v1",
"metadata": {
"annotations": {
"description": "Application template for JBoss A-MQ brokers. These can be deployed as standalone or in a mesh. This template doesn't feature SSL support.",
Expand Down Expand Up @@ -224,7 +224,7 @@
},
{
"kind": "DeploymentConfig",
"apiVersion": "v1",
"apiVersion": "apps.openshift.io/v1",
"metadata": {
"name": "${APPLICATION_NAME}-amq",
"labels": {
Expand Down
6 changes: 3 additions & 3 deletions amq/amq63-persistent-ssl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"kind": "Template",
"apiVersion": "v1",
"apiVersion": "template.openshift.io/v1",
"metadata": {
"annotations": {
"iconClass": "icon-amq",
Expand Down Expand Up @@ -372,7 +372,7 @@
},
{
"kind": "DeploymentConfig",
"apiVersion": "v1",
"apiVersion": "apps.openshift.io/v1",
"metadata": {
"name": "${APPLICATION_NAME}-amq",
"labels": {
Expand Down Expand Up @@ -587,7 +587,7 @@
},
{
"kind": "DeploymentConfig",
"apiVersion": "v1",
"apiVersion": "apps.openshift.io/v1",
"metadata": {
"name": "${APPLICATION_NAME}-drainer",
"labels": {
Expand Down
6 changes: 3 additions & 3 deletions amq/amq63-persistent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"kind": "Template",
"apiVersion": "v1",
"apiVersion": "template.openshift.io/v1",
"metadata": {
"annotations": {
"iconClass": "icon-amq",
Expand Down Expand Up @@ -241,7 +241,7 @@
},
{
"kind": "DeploymentConfig",
"apiVersion": "v1",
"apiVersion": "apps.openshift.io/v1",
"metadata": {
"name": "${APPLICATION_NAME}-amq",
"labels": {
Expand Down Expand Up @@ -405,7 +405,7 @@
},
{
"kind": "DeploymentConfig",
"apiVersion": "v1",
"apiVersion": "apps.openshift.io/v1",
"metadata": {
"name": "${APPLICATION_NAME}-drainer",
"labels": {
Expand Down
4 changes: 2 additions & 2 deletions amq/amq63-ssl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"kind": "Template",
"apiVersion": "v1",
"apiVersion": "apps.openshift.io/v1",
"metadata": {
"annotations": {
"iconClass": "icon-amq",
Expand Down Expand Up @@ -358,7 +358,7 @@
},
{
"kind": "DeploymentConfig",
"apiVersion": "v1",
"apiVersion": "apps.openshift.io/v1",
"metadata": {
"name": "${APPLICATION_NAME}-amq",
"labels": {
Expand Down