Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
39a99706
Commit
39a99706
authored
8 years ago
by
Ricardo M. Oliveira
Browse files
Options
Downloads
Patches
Plain Diff
Removing ImageStream (unnecessary) and adding more tags to the templates
parent
fecae373
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.openshift/rocket-chat-ephemeral.json
+4
-4
4 additions, 4 deletions
.openshift/rocket-chat-ephemeral.json
.openshift/rocket-chat-is.json
+0
-32
0 additions, 32 deletions
.openshift/rocket-chat-is.json
.openshift/rocket-chat-persistent.json
+6
-12
6 additions, 12 deletions
.openshift/rocket-chat-persistent.json
with
10 additions
and
48 deletions
.openshift/rocket-chat-ephemeral.json
+
4
−
4
View file @
39a99706
...
...
@@ -2,10 +2,10 @@
"kind"
:
"Template"
,
"apiVersion"
:
"v1"
,
"metadata"
:
{
"name"
:
"rocket-chat"
,
"name"
:
"rocket-chat
-ephemeral
"
,
"annotations"
:
{
"description"
:
"Rocket.Chat with a MongoDB database"
,
"tags"
:
"quickstart,nodejs,mongodb"
,
"description"
:
"Rocket.Chat with a MongoDB database
running with an Ephemeral storage.
"
,
"tags"
:
"quickstart,nodejs,mongodb
,instant-app
"
,
"iconClass"
:
"icon-nodejs"
}
},
...
...
@@ -217,7 +217,7 @@
"containers"
:
[
{
"name"
:
"rocketchat"
,
"image"
:
"
172.30.19.110:5000/openshif
t/rocket
-
chat
@sha256:0cb778a504334142a411ecf6ea6ab23ba02e64eb2591a5833e4b1745361645ca
"
,
"image"
:
"
rocketcha
t/rocket
.
chat
:latest
"
,
"ports"
:
[
{
"containerPort"
:
3000
,
...
...
This diff is collapsed.
Click to expand it.
.openshift/rocket-chat-is.json
deleted
100644 → 0
+
0
−
32
View file @
fecae373
{
"kind"
:
"ImageStream"
,
"apiVersion"
:
"v1"
,
"metadata"
:
{
"name"
:
"rocket.chat"
,
"namespace"
:
"openshift"
,
"selfLink"
:
"/oapi/v1/namespaces/openshift/imagestreams/rocket.chat"
,
"uid"
:
"23473932-4a11-11e6-b769-525400e44abe"
,
"resourceVersion"
:
"59693"
,
"creationTimestamp"
:
"2016-07-14T22:20:14Z"
,
"annotations"
:
{
"openshift.io/image.dockerRepositoryCheck"
:
"2016-07-14T22:20:14Z"
}
},
"spec"
:
{},
"status"
:
{
"dockerImageRepository"
:
"hub.openshift.rhel-cdk.10.1.2.2.xip.io/openshift/rocket-chat"
,
"tags"
:
[
{
"tag"
:
"latest"
,
"items"
:
[
{
"created"
:
"2016-07-14T22:20:14Z"
,
"dockerImageReference"
:
"172.30.19.110:5000/openshift/rocket.chat@sha256:0cb778a504334142a411ecf6ea6ab23ba02e64eb2591a5833e4b1745361645ca"
,
"image"
:
"sha256:0cb778a504334142a411ecf6ea6ab23ba02e64eb2591a5833e4b1745361645ca"
,
"generation"
:
0
}
]
}
]
}
}
This diff is collapsed.
Click to expand it.
.openshift/rocket-chat-persistent.json
+
6
−
12
View file @
39a99706
...
...
@@ -4,8 +4,8 @@
"metadata"
:
{
"name"
:
"rocket-chat"
,
"annotations"
:
{
"description"
:
"Rocket.Chat with a MongoDB database"
,
"tags"
:
"quickstart,nodejs,mongodb"
,
"description"
:
"Rocket.Chat with a MongoDB database
running with a Persistent storage. Use this template if you want to run Rocket.Chat in production.
"
,
"tags"
:
"quickstart,nodejs,mongodb
,instant-app
"
,
"iconClass"
:
"icon-nodejs"
}
},
...
...
@@ -33,7 +33,7 @@
"metadata"
:
{
"name"
:
"mongodb"
,
"labels"
:
{
"template"
:
"mongodb-
ephemeral
-template"
"template"
:
"mongodb-
persistent
-template"
}
},
"spec"
:
{
...
...
@@ -75,12 +75,6 @@
}
},
"spec"
:
{
"volumes"
:
[
{
"name"
:
"mongodb-data"
,
"emptyDir"
:
{}
}
],
"containers"
:
[
{
"name"
:
"mongodb"
,
...
...
@@ -242,7 +236,7 @@
"containers"
:
[
{
"name"
:
"rocketchat"
,
"image"
:
"
172.30.19.110:5000/openshift/rocket.chat@sha256:0cb778a504334142a411ecf6ea6ab23ba02e64eb2591a5833e4b1745361645ca
"
,
"image"
:
"
rocketchat/rocket.chat:latest
"
,
"ports"
:
[
{
"containerPort"
:
3000
,
...
...
@@ -309,7 +303,7 @@
"name"
:
"mongodb"
,
"creationTimestamp"
:
null
,
"labels"
:
{
"template"
:
"mongodb-
ephemeral
-template"
"template"
:
"mongodb-
persistent
-template"
}
},
"spec"
:
{
...
...
@@ -424,4 +418,4 @@
"required"
:
true
}
]
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment