Skip to content

Commit

Permalink
add application related properties to config.json of percona-mongodb-…
Browse files Browse the repository at this point in the history
…operator
  • Loading branch information
TZ-zzz committed Sep 7, 2024
1 parent 1c3764d commit 0fca20e
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion data/percona-server-mongodb-operator/v1.16.0/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,62 @@
"\\['metadata'\\]\\['annotations'\\]\\['percona\\.com\\\/last\\-config\\-hash'\\]"
],
"focus_fields": [
["spec", "replsets", "ITEM", "storage", "engine"]
["spec", "replsets", "ITEM", "arbiter", "enabled"],
["spec", "replsets", "ITEM", "size"],
["spec", "replsets", "ITEM", "name"],
["spec", "replsets", "ITEM", "configuration"],
["spec", "replsets", "ITEM", "configuration"],
["spec", "replsets", "ITEM", "storage", "engine"],
["spec", "replsets", "ITEM", "storage", "wiredTiger"],
["spec", "replsets", "ITEM", "storage", "inMemory", "engineConfig", "inMemorySizeRatio"],
["spec", "replsets", "ITEM", "storage", "inMemory", "engineConfig", "inMemorySizeRatio"],
["spec", "replsets", "ITEM", "splitHorizons"],
["spec", "replsets", "ITEM", "expose", "enabled"],
["spec", "replsets", "ITEM", "expose", "exposeType"],
["spec", "replsets", "ITEM", "nonvoting", "enabled"],
["spec", "replsets", "ITEM", "nonvoting", "size"],
["spec", "replsets", "ITEM", "nonvoting", "resources", "requests"],
["spec", "replsets", "ITEM", "arbiter", "enabled"],
["spec", "replsets", "ITEM", "arbiter", "size"],
["spec", "replsets", "ITEM", "arbiter", "size"],
["spec", "replsets", "ITEM", "resources", "requests"],
["spec", "replsets", "ITEM", "resources", "requests"],
["spec", "pmm"],
["spec", "sharding", "enabled"],
["spec", "sharding", "configsvr", "size"],
["spec", "sharding", "configsvr", "expose", "enabled"],
["spec", "sharding", "configsvr", "expose", "exposeType"],
["spec", "sharding", "mongos", "size"],
["spec", "sharding", "mongos", "configuration"],
["spec", "sharding", "mongos", "expose", "exposeType"],
["spec", "sharding", "mongos", "expose", "servicePerPod"],
["spec", "sharding", "mongos", "expose", "nodePort"],
["spec", "backup", "enabled"],
["spec", "backup", "storages"],
["spec", "backup", "pitr"],
["spec", "backup", "configuration"],
["spec","pause"],
["spec","unmanaged"],
["spec","image"],
["spec","ClusterServiceDNSSuffix"],
["spec","clusterServiceDNSMode"],
["spec", "allowUnsafeConfigurations"],
["spec", "updateStrategy"],
["spec", "multiCluster", "enabled"],
["spec", "multiCluster", "DNSSuffix"],
["spec", "unsafeFlags", "tls"],
["spec", "unsafeFlags", "replsetSize"],
["spec", "unsafeFlags", "mongosSize"],
["spec", "unsafeFlags", "backupIfUnhealthy"],
["spec", "tls", "mode"],
["spec", "tls", "allowInvalidCertificates"],
["spec", "upgradeOptions", "apply"],
["spec", "upgradeOptions", "setFCV"],
["spec", "secrets", "users"],
["spec", "secrets", "sse"],
["spec", "secrets", "ssl"],
["spec", "secrets", "sslInternal"],
["spec", "secrets", "encryptionKey"],
["spec", "secrets", "vault"]
]
}

0 comments on commit 0fca20e

Please sign in to comment.