Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8SPSMDB-883: remove mongod section #1265

Merged
merged 8 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 0 additions & 112 deletions config/crd/bases/psmdb.percona.com_perconaservermongodbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,109 +389,6 @@ spec:
type: object
initImage:
type: string
mongod:
properties:
auditLog:
properties:
destination:
type: string
filter:
type: string
format:
type: string
type: object
net:
properties:
hostPort:
format: int32
type: integer
port:
format: int32
type: integer
type: object
operationProfiling:
properties:
mode:
type: string
rateLimit:
type: integer
slowOpThresholdMs:
type: integer
type: object
replication:
properties:
oplogSizeMB:
type: integer
type: object
security:
properties:
enableEncryption:
type: boolean
encryptionCipherMode:
type: string
encryptionKeySecret:
type: string
redactClientLogData:
type: boolean
type: object
setParameter:
properties:
cursorTimeoutMillis:
type: integer
ttlMonitorSleepSecs:
type: integer
wiredTigerConcurrentReadTransactions:
type: integer
wiredTigerConcurrentWriteTransactions:
type: integer
type: object
storage:
properties:
directoryPerDB:
type: boolean
engine:
type: string
inMemory:
properties:
engineConfig:
properties:
inMemorySizeRatio:
type: number
type: object
type: object
mmapv1:
properties:
nsSize:
type: integer
smallfiles:
type: boolean
type: object
syncPeriodSecs:
type: integer
wiredTiger:
properties:
collectionConfig:
properties:
blockCompressor:
type: string
type: object
engineConfig:
properties:
cacheSizeRatio:
type: number
directoryForIndexes:
type: boolean
journalCompressor:
type: string
type: object
indexConfig:
properties:
prefixCompression:
type: boolean
type: object
type: object
type: object
type: object
multiCluster:
properties:
DNSSuffix:
Expand Down Expand Up @@ -14438,15 +14335,6 @@ spec:
additionalProperties:
type: string
type: object
auditLog:
properties:
destination:
type: string
filter:
type: string
format:
type: string
type: object
configuration:
type: string
containerSecurityContext:
Expand Down
112 changes: 0 additions & 112 deletions deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -992,109 +992,6 @@ spec:
type: object
initImage:
type: string
mongod:
properties:
auditLog:
properties:
destination:
type: string
filter:
type: string
format:
type: string
type: object
net:
properties:
hostPort:
format: int32
type: integer
port:
format: int32
type: integer
type: object
operationProfiling:
properties:
mode:
type: string
rateLimit:
type: integer
slowOpThresholdMs:
type: integer
type: object
replication:
properties:
oplogSizeMB:
type: integer
type: object
security:
properties:
enableEncryption:
type: boolean
encryptionCipherMode:
type: string
encryptionKeySecret:
type: string
redactClientLogData:
type: boolean
type: object
setParameter:
properties:
cursorTimeoutMillis:
type: integer
ttlMonitorSleepSecs:
type: integer
wiredTigerConcurrentReadTransactions:
type: integer
wiredTigerConcurrentWriteTransactions:
type: integer
type: object
storage:
properties:
directoryPerDB:
type: boolean
engine:
type: string
inMemory:
properties:
engineConfig:
properties:
inMemorySizeRatio:
type: number
type: object
type: object
mmapv1:
properties:
nsSize:
type: integer
smallfiles:
type: boolean
type: object
syncPeriodSecs:
type: integer
wiredTiger:
properties:
collectionConfig:
properties:
blockCompressor:
type: string
type: object
engineConfig:
properties:
cacheSizeRatio:
type: number
directoryForIndexes:
type: boolean
journalCompressor:
type: string
type: object
indexConfig:
properties:
prefixCompression:
type: boolean
type: object
type: object
type: object
type: object
multiCluster:
properties:
DNSSuffix:
Expand Down Expand Up @@ -15041,15 +14938,6 @@ spec:
additionalProperties:
type: string
type: object
auditLog:
properties:
destination:
type: string
filter:
type: string
format:
type: string
type: object
configuration:
type: string
containerSecurityContext:
Expand Down
4 changes: 0 additions & 4 deletions deploy/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,6 @@ spec:
# serviceLabels:
# rack: rack-22

# mongod:
# security:
# encryptionKeySecret: "my-cluster-name-mongodb-encryption-key"

backup:
enabled: true
image: perconalab/percona-server-mongodb-operator:main-backup
Expand Down
112 changes: 0 additions & 112 deletions deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -992,109 +992,6 @@ spec:
type: object
initImage:
type: string
mongod:
properties:
auditLog:
properties:
destination:
type: string
filter:
type: string
format:
type: string
type: object
net:
properties:
hostPort:
format: int32
type: integer
port:
format: int32
type: integer
type: object
operationProfiling:
properties:
mode:
type: string
rateLimit:
type: integer
slowOpThresholdMs:
type: integer
type: object
replication:
properties:
oplogSizeMB:
type: integer
type: object
security:
properties:
enableEncryption:
type: boolean
encryptionCipherMode:
type: string
encryptionKeySecret:
type: string
redactClientLogData:
type: boolean
type: object
setParameter:
properties:
cursorTimeoutMillis:
type: integer
ttlMonitorSleepSecs:
type: integer
wiredTigerConcurrentReadTransactions:
type: integer
wiredTigerConcurrentWriteTransactions:
type: integer
type: object
storage:
properties:
directoryPerDB:
type: boolean
engine:
type: string
inMemory:
properties:
engineConfig:
properties:
inMemorySizeRatio:
type: number
type: object
type: object
mmapv1:
properties:
nsSize:
type: integer
smallfiles:
type: boolean
type: object
syncPeriodSecs:
type: integer
wiredTiger:
properties:
collectionConfig:
properties:
blockCompressor:
type: string
type: object
engineConfig:
properties:
cacheSizeRatio:
type: number
directoryForIndexes:
type: boolean
journalCompressor:
type: string
type: object
indexConfig:
properties:
prefixCompression:
type: boolean
type: object
type: object
type: object
type: object
multiCluster:
properties:
DNSSuffix:
Expand Down Expand Up @@ -15041,15 +14938,6 @@ spec:
additionalProperties:
type: string
type: object
auditLog:
properties:
destination:
type: string
filter:
type: string
format:
type: string
type: object
configuration:
type: string
containerSecurityContext:
Expand Down
Loading
Loading