Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
5c83451a
Commit
5c83451a
authored
Dec 17, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18825 from brendandburns/cassandra
Auto commit by PR queue bot
parents
f84c175e
5fe248e9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
6 deletions
+20
-6
README.md
examples/cassandra/README.md
+3
-3
cassandra-controller.yaml
examples/cassandra/cassandra-controller.yaml
+1
-1
cassandra-daemonset.yaml
examples/cassandra/cassandra-daemonset.yaml
+1
-1
cassandra.yaml
examples/cassandra/cassandra.yaml
+1
-1
Makefile
examples/cassandra/image/Makefile
+14
-0
kubernetes-cassandra.jar
examples/cassandra/image/kubernetes-cassandra.jar
+0
-0
No files found.
examples/cassandra/README.md
View file @
5c83451a
...
...
@@ -83,7 +83,7 @@ spec:
valueFrom
:
fieldRef
:
fieldPath
:
metadata.namespace
image
:
gcr.io/google_containers/cassandra:v
6
image
:
gcr.io/google_containers/cassandra:v
7
name
:
cassandra
ports
:
-
containerPort
:
9042
...
...
@@ -222,7 +222,7 @@ spec:
valueFrom
:
fieldRef
:
fieldPath
:
metadata.namespace
image
:
gcr.io/google_containers/cassandra:v
6
image
:
gcr.io/google_containers/cassandra:v
7
name
:
cassandra
ports
:
-
containerPort
:
9042
...
...
@@ -339,7 +339,7 @@ spec:
valueFrom
:
fieldRef
:
fieldPath
:
metadata.namespace
image
:
"
gcr.io/google_containers/cassandra:v
6
"
image
:
"
gcr.io/google_containers/cassandra:v
7
"
name
:
cassandra
ports
:
-
containerPort
:
9042
...
...
examples/cassandra/cassandra-controller.yaml
View file @
5c83451a
...
...
@@ -26,7 +26,7 @@ spec:
valueFrom
:
fieldRef
:
fieldPath
:
metadata.namespace
image
:
gcr.io/google_containers/cassandra:v
6
image
:
gcr.io/google_containers/cassandra:v
7
name
:
cassandra
ports
:
-
containerPort
:
9042
...
...
examples/cassandra/cassandra-daemonset.yaml
View file @
5c83451a
...
...
@@ -25,7 +25,7 @@ spec:
valueFrom
:
fieldRef
:
fieldPath
:
metadata.namespace
image
:
"
gcr.io/google_containers/cassandra:v
6
"
image
:
"
gcr.io/google_containers/cassandra:v
7
"
name
:
cassandra
ports
:
-
containerPort
:
9042
...
...
examples/cassandra/cassandra.yaml
View file @
5c83451a
...
...
@@ -11,7 +11,7 @@ spec:
resources
:
limits
:
cpu
:
"
0.1"
image
:
gcr.io/google_containers/cassandra:v
6
image
:
gcr.io/google_containers/cassandra:v
7
name
:
cassandra
ports
:
-
name
:
cql
...
...
examples/cassandra/image/Makefile
0 → 100644
View file @
5c83451a
# build the cassandra image.
VERSION
=
v7
all
:
build
# TODO: build the jar and copy it in
build
:
docker build -t gcr.io/google_containers/cassandra
:
${VERSION} .
push
:
build
gcloud docker push gcr.io/google_containers/cassandra
:
${VERSION}
.PHONY
:
all
examples/cassandra/image/kubernetes-cassandra.jar
View file @
5c83451a
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment