github.com/codefresh-io/kcfi@v0.0.0-20230301195427-c1578715cc46/stage/codefresh/values/globals.yaml (about) 1 ## Miscelaneous global settings 2 #global: 3 # Storage class for all persistent services (only in case your storage class supports automatic volume provisioning). By default Codefresh will use the default storage class configured in your cluster, if the storage class you want to use isn't set as default in your k8s cluster please use this variable to describe it 4 # storageClass: my-storage-class 5 6 # Default nodeSelector for storage pods. Useful in case of local volumes 7 # storagePodNodeSelector: 8 # kubernetes.io/hostname: storage-host-01 9 10 ### MTU Value for dockerd in builder and runner 11 # mtu: 1400 12 13 ### expose codefresh internal registry from ingress 14 #registryPort: 443 15 #exposeRegistry: true 16 17 ### configuring external mongo database service 18 #mongodbRootUser: my-mongo-admin-user 19 #mongodbRootPassword: yeqTeVwqVa9qDqebq 20 #mongoURI: mongodb://someuser:mTiqweAsdw@my-mongo-cluster-shard-00-00-vziq1.mongodb.net:27017/?ssl=true 21 #mongoSkipUserCreation: true 22 #mongoDeploy: false # disables deployment of internal mongo service