coredb-operator 0.0.1

The CLI for CoreDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub fn default_replicas() -> i32 {
    1
}

pub fn default_uid() -> i32 {
    999
}

pub fn default_port() -> i32 {
    5432
}

pub fn default_image() -> String {
    "quay.io/coredb/postgres:2023.01.24".to_owned()
}