mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Update the cassandra jar with the latest code.
This commit is contained in:
@@ -83,7 +83,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
image: gcr.io/google_containers/cassandra:v6
|
||||
image: gcr.io/google_containers/cassandra:v7
|
||||
name: cassandra
|
||||
ports:
|
||||
- containerPort: 9042
|
||||
@@ -222,7 +222,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
image: gcr.io/google_containers/cassandra:v6
|
||||
image: gcr.io/google_containers/cassandra:v7
|
||||
name: cassandra
|
||||
ports:
|
||||
- containerPort: 9042
|
||||
@@ -339,7 +339,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
image: "gcr.io/google_containers/cassandra:v6"
|
||||
image: "gcr.io/google_containers/cassandra:v7"
|
||||
name: cassandra
|
||||
ports:
|
||||
- containerPort: 9042
|
||||
|
@@ -26,7 +26,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
image: gcr.io/google_containers/cassandra:v6
|
||||
image: gcr.io/google_containers/cassandra:v7
|
||||
name: cassandra
|
||||
ports:
|
||||
- containerPort: 9042
|
||||
|
@@ -25,7 +25,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
image: "gcr.io/google_containers/cassandra:v6"
|
||||
image: "gcr.io/google_containers/cassandra:v7"
|
||||
name: cassandra
|
||||
ports:
|
||||
- containerPort: 9042
|
||||
|
@@ -11,7 +11,7 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: "0.1"
|
||||
image: gcr.io/google_containers/cassandra:v6
|
||||
image: gcr.io/google_containers/cassandra:v7
|
||||
name: cassandra
|
||||
ports:
|
||||
- name: cql
|
||||
|
14
examples/cassandra/image/Makefile
Normal file
14
examples/cassandra/image/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
Binary file not shown.
Reference in New Issue
Block a user