Skip to content

Commit c3183e8

Browse files
pooknullinelpandzichors
authored
K8SPSMDB-883: remove mongod section (#1265)
* K8SPSMDB-883: remove `mongod` section https://jira.percona.com/browse/K8SPSMDB-883 * remove `mongod` from tests * fix `upgrade-consistency` * fix `upgrade-consistency` * remove `1.12.0` from `upgrade-consistency` --------- Co-authored-by: Inel Pandzic <[email protected]> Co-authored-by: Viacheslav Sarzhan <[email protected]>
1 parent 294ebd2 commit c3183e8

32 files changed

+43
-2006
lines changed

config/crd/bases/psmdb.percona.com_perconaservermongodbs.yaml

Lines changed: 0 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -389,109 +389,6 @@ spec:
389389
type: object
390390
initImage:
391391
type: string
392-
mongod:
393-
properties:
394-
auditLog:
395-
properties:
396-
destination:
397-
type: string
398-
filter:
399-
type: string
400-
format:
401-
type: string
402-
type: object
403-
net:
404-
properties:
405-
hostPort:
406-
format: int32
407-
type: integer
408-
port:
409-
format: int32
410-
type: integer
411-
type: object
412-
operationProfiling:
413-
properties:
414-
mode:
415-
type: string
416-
rateLimit:
417-
type: integer
418-
slowOpThresholdMs:
419-
type: integer
420-
type: object
421-
replication:
422-
properties:
423-
oplogSizeMB:
424-
type: integer
425-
type: object
426-
security:
427-
properties:
428-
enableEncryption:
429-
type: boolean
430-
encryptionCipherMode:
431-
type: string
432-
encryptionKeySecret:
433-
type: string
434-
redactClientLogData:
435-
type: boolean
436-
type: object
437-
setParameter:
438-
properties:
439-
cursorTimeoutMillis:
440-
type: integer
441-
ttlMonitorSleepSecs:
442-
type: integer
443-
wiredTigerConcurrentReadTransactions:
444-
type: integer
445-
wiredTigerConcurrentWriteTransactions:
446-
type: integer
447-
type: object
448-
storage:
449-
properties:
450-
directoryPerDB:
451-
type: boolean
452-
engine:
453-
type: string
454-
inMemory:
455-
properties:
456-
engineConfig:
457-
properties:
458-
inMemorySizeRatio:
459-
type: number
460-
type: object
461-
type: object
462-
mmapv1:
463-
properties:
464-
nsSize:
465-
type: integer
466-
smallfiles:
467-
type: boolean
468-
type: object
469-
syncPeriodSecs:
470-
type: integer
471-
wiredTiger:
472-
properties:
473-
collectionConfig:
474-
properties:
475-
blockCompressor:
476-
type: string
477-
type: object
478-
engineConfig:
479-
properties:
480-
cacheSizeRatio:
481-
type: number
482-
directoryForIndexes:
483-
type: boolean
484-
journalCompressor:
485-
type: string
486-
type: object
487-
indexConfig:
488-
properties:
489-
prefixCompression:
490-
type: boolean
491-
type: object
492-
type: object
493-
type: object
494-
type: object
495392
multiCluster:
496393
properties:
497394
DNSSuffix:
@@ -14438,15 +14335,6 @@ spec:
1443814335
additionalProperties:
1443914336
type: string
1444014337
type: object
14441-
auditLog:
14442-
properties:
14443-
destination:
14444-
type: string
14445-
filter:
14446-
type: string
14447-
format:
14448-
type: string
14449-
type: object
1445014338
configuration:
1445114339
type: string
1445214340
containerSecurityContext:

deploy/bundle.yaml

Lines changed: 0 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -992,109 +992,6 @@ spec:
992992
type: object
993993
initImage:
994994
type: string
995-
mongod:
996-
properties:
997-
auditLog:
998-
properties:
999-
destination:
1000-
type: string
1001-
filter:
1002-
type: string
1003-
format:
1004-
type: string
1005-
type: object
1006-
net:
1007-
properties:
1008-
hostPort:
1009-
format: int32
1010-
type: integer
1011-
port:
1012-
format: int32
1013-
type: integer
1014-
type: object
1015-
operationProfiling:
1016-
properties:
1017-
mode:
1018-
type: string
1019-
rateLimit:
1020-
type: integer
1021-
slowOpThresholdMs:
1022-
type: integer
1023-
type: object
1024-
replication:
1025-
properties:
1026-
oplogSizeMB:
1027-
type: integer
1028-
type: object
1029-
security:
1030-
properties:
1031-
enableEncryption:
1032-
type: boolean
1033-
encryptionCipherMode:
1034-
type: string
1035-
encryptionKeySecret:
1036-
type: string
1037-
redactClientLogData:
1038-
type: boolean
1039-
type: object
1040-
setParameter:
1041-
properties:
1042-
cursorTimeoutMillis:
1043-
type: integer
1044-
ttlMonitorSleepSecs:
1045-
type: integer
1046-
wiredTigerConcurrentReadTransactions:
1047-
type: integer
1048-
wiredTigerConcurrentWriteTransactions:
1049-
type: integer
1050-
type: object
1051-
storage:
1052-
properties:
1053-
directoryPerDB:
1054-
type: boolean
1055-
engine:
1056-
type: string
1057-
inMemory:
1058-
properties:
1059-
engineConfig:
1060-
properties:
1061-
inMemorySizeRatio:
1062-
type: number
1063-
type: object
1064-
type: object
1065-
mmapv1:
1066-
properties:
1067-
nsSize:
1068-
type: integer
1069-
smallfiles:
1070-
type: boolean
1071-
type: object
1072-
syncPeriodSecs:
1073-
type: integer
1074-
wiredTiger:
1075-
properties:
1076-
collectionConfig:
1077-
properties:
1078-
blockCompressor:
1079-
type: string
1080-
type: object
1081-
engineConfig:
1082-
properties:
1083-
cacheSizeRatio:
1084-
type: number
1085-
directoryForIndexes:
1086-
type: boolean
1087-
journalCompressor:
1088-
type: string
1089-
type: object
1090-
indexConfig:
1091-
properties:
1092-
prefixCompression:
1093-
type: boolean
1094-
type: object
1095-
type: object
1096-
type: object
1097-
type: object
1098995
multiCluster:
1099996
properties:
1100997
DNSSuffix:
@@ -15041,15 +14938,6 @@ spec:
1504114938
additionalProperties:
1504214939
type: string
1504314940
type: object
15044-
auditLog:
15045-
properties:
15046-
destination:
15047-
type: string
15048-
filter:
15049-
type: string
15050-
format:
15051-
type: string
15052-
type: object
1505314941
configuration:
1505414942
type: string
1505514943
containerSecurityContext:

deploy/cr.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,6 @@ spec:
443443
# serviceLabels:
444444
# rack: rack-22
445445

446-
# mongod:
447-
# security:
448-
# encryptionKeySecret: "my-cluster-name-mongodb-encryption-key"
449-
450446
backup:
451447
enabled: true
452448
image: perconalab/percona-server-mongodb-operator:main-backup

deploy/crd.yaml

Lines changed: 0 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -992,109 +992,6 @@ spec:
992992
type: object
993993
initImage:
994994
type: string
995-
mongod:
996-
properties:
997-
auditLog:
998-
properties:
999-
destination:
1000-
type: string
1001-
filter:
1002-
type: string
1003-
format:
1004-
type: string
1005-
type: object
1006-
net:
1007-
properties:
1008-
hostPort:
1009-
format: int32
1010-
type: integer
1011-
port:
1012-
format: int32
1013-
type: integer
1014-
type: object
1015-
operationProfiling:
1016-
properties:
1017-
mode:
1018-
type: string
1019-
rateLimit:
1020-
type: integer
1021-
slowOpThresholdMs:
1022-
type: integer
1023-
type: object
1024-
replication:
1025-
properties:
1026-
oplogSizeMB:
1027-
type: integer
1028-
type: object
1029-
security:
1030-
properties:
1031-
enableEncryption:
1032-
type: boolean
1033-
encryptionCipherMode:
1034-
type: string
1035-
encryptionKeySecret:
1036-
type: string
1037-
redactClientLogData:
1038-
type: boolean
1039-
type: object
1040-
setParameter:
1041-
properties:
1042-
cursorTimeoutMillis:
1043-
type: integer
1044-
ttlMonitorSleepSecs:
1045-
type: integer
1046-
wiredTigerConcurrentReadTransactions:
1047-
type: integer
1048-
wiredTigerConcurrentWriteTransactions:
1049-
type: integer
1050-
type: object
1051-
storage:
1052-
properties:
1053-
directoryPerDB:
1054-
type: boolean
1055-
engine:
1056-
type: string
1057-
inMemory:
1058-
properties:
1059-
engineConfig:
1060-
properties:
1061-
inMemorySizeRatio:
1062-
type: number
1063-
type: object
1064-
type: object
1065-
mmapv1:
1066-
properties:
1067-
nsSize:
1068-
type: integer
1069-
smallfiles:
1070-
type: boolean
1071-
type: object
1072-
syncPeriodSecs:
1073-
type: integer
1074-
wiredTiger:
1075-
properties:
1076-
collectionConfig:
1077-
properties:
1078-
blockCompressor:
1079-
type: string
1080-
type: object
1081-
engineConfig:
1082-
properties:
1083-
cacheSizeRatio:
1084-
type: number
1085-
directoryForIndexes:
1086-
type: boolean
1087-
journalCompressor:
1088-
type: string
1089-
type: object
1090-
indexConfig:
1091-
properties:
1092-
prefixCompression:
1093-
type: boolean
1094-
type: object
1095-
type: object
1096-
type: object
1097-
type: object
1098995
multiCluster:
1099996
properties:
1100997
DNSSuffix:
@@ -15041,15 +14938,6 @@ spec:
1504114938
additionalProperties:
1504214939
type: string
1504314940
type: object
15044-
auditLog:
15045-
properties:
15046-
destination:
15047-
type: string
15048-
filter:
15049-
type: string
15050-
format:
15051-
type: string
15052-
type: object
1505314941
configuration:
1505414942
type: string
1505514943
containerSecurityContext:

0 commit comments

Comments
 (0)