Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
22a600078
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
22a600078
Commits
00301edb
Unverified
Commit
00301edb
authored
Aug 10, 2021
by
andyli
Committed by
GitHub
Aug 10, 2021
Browse files
Options
Downloads
Plain Diff
Merge pull request #177 from andyli029/statefulset
api,config: fix the incorrect description about MetricsOpts
parents
4a5ad564
a808d7fd
Branches
Branches containing commit
Tags
v2.0.0
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/v1alpha1/cluster_types.go
+1
-1
1 addition, 1 deletion
api/v1alpha1/cluster_types.go
config/crd/bases/mysql.radondb.com_clusters.yaml
+1
-1
1 addition, 1 deletion
config/crd/bases/mysql.radondb.com_clusters.yaml
with
2 additions
and
2 deletions
api/v1alpha1/cluster_types.go
+
1
−
1
View file @
00301edb
...
...
@@ -51,7 +51,7 @@ type ClusterSpec struct {
// +kubebuilder:default:={image: "radondb/xenon:1.1.5-alpha", admitDefeatHearbeatCount: 5, electionTimeout: 10000, resources: {limits: {cpu: "100m", memory: "256Mi"}, requests: {cpu: "50m", memory: "128Mi"}}}
XenonOpts
XenonOpts
`json:"xenonOpts,omitempty"`
//
Xenon
Opts is the options of metrics container.
//
Metrics
Opts is the options of metrics container.
// +optional
// +kubebuilder:default:={image: "prom/mysqld-exporter:v0.12.1", resources: {limits: {cpu: "100m", memory: "128Mi"}, requests: {cpu: "10m", memory: "32Mi"}}, enabled: false}
MetricsOpts
MetricsOpts
`json:"metricsOpts,omitempty"`
...
...
This diff is collapsed.
Click to expand it.
config/crd/bases/mysql.radondb.com_clusters.yaml
+
1
−
1
View file @
00301edb
...
...
@@ -61,7 +61,7 @@ spec:
requests
:
cpu
:
10m
memory
:
32Mi
description
:
Xenon
Opts is the options of metrics container.
description
:
Metrics
Opts is the options of metrics container.
properties
:
enabled
:
default
:
false
...
...
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