Skip to content

Commit

Permalink
Example (#105)
Browse files Browse the repository at this point in the history
* add example

* use ocp as webapp example

* change default version

* move yaml to example
  • Loading branch information
chris-sun-star authored Nov 20, 2023
1 parent 626eb51 commit d69dcde
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 12,072 deletions.
11,957 changes: 0 additions & 11,957 deletions deploy/crd.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions deploy/obcluster.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions deploy/obcluster_taint.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions example/obcluster/obcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- zone: zone3
replica: 1
observer:
image: oceanbase/oceanbase-cloud-native:4.2.0.0-101000032023091319
image: oceanbase/oceanbase-cloud-native:4.2.1.1-101010012023111012
resource:
cpu: 2
memory: 10Gi
Expand All @@ -44,7 +44,7 @@ spec:
storageClass: local-path
size: 20Gi
monitor:
image: oceanbase/obagent:4.2.0-100000062023080210
image: oceanbase/obagent:4.2.1-100000092023101717
resource:
cpu: 1
memory: 1Gi
Expand Down
4 changes: 2 additions & 2 deletions example/quickstart/obcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- zone: zone1
replica: 1
observer:
image: oceanbase/oceanbase-cloud-native:4.2.0.0-101000032023091319
image: oceanbase/oceanbase-cloud-native:4.2.1.1-101010012023111012
resource:
cpu: 2
memory: 10Gi
Expand All @@ -30,7 +30,7 @@ spec:
storageClass: local-path
size: 20Gi
monitor:
image: oceanbase/obagent:4.2.0-100000062023080210
image: oceanbase/obagent:4.2.1-100000092023101717
resource:
cpu: 1
memory: 1Gi
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion example/webapp/configserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: ob-configserver
image: oceanbasedev/ob-configserver:1.0.0-2
image: oceanbase/ob-configserver:1.0.0-2
ports:
- containerPort: 8080
name: "http"
Expand Down
2 changes: 1 addition & 1 deletion example/webapp/obcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- zone: zone3
replica: 1
observer:
image: oceanbasedev/oceanbase-cn:4.2.1.1-101010012023111012
image: oceanbase/oceanbase-cloud-native:4.2.1.1-101010012023111012
resource:
cpu: 2
memory: 10Gi
Expand Down
2 changes: 1 addition & 1 deletion example/webapp/obproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: obproxy
image: oceanbasedev/obproxy-ce:4.2.0.0-7
image: oceanbase/obproxy-ce:4.2.1.0-11
ports:
- containerPort: 2883
name: "sql"
Expand Down

0 comments on commit d69dcde

Please sign in to comment.