Skip to content

Commit 620cf26

Browse files
committed
adding a Couchbase Kubernetes configuration
1 parent 8dbfa57 commit 620cf26

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: v1
2+
kind: ReplicationController
3+
metadata:
4+
name: couchbase-rc
5+
labels:
6+
name: couchbase
7+
context: docker-k8s-lab
8+
spec:
9+
replicas: 1
10+
template:
11+
metadata:
12+
labels:
13+
name: couchbase
14+
spec:
15+
containers:
16+
- name: couchbase-rc-pod
17+
image: couchbase/server
18+
ports:
19+
- containerPort: 8091
20+
- containerPort: 8092
21+
- containerPort: 8093
22+
- containerPort: 11210

0 commit comments

Comments
 (0)