Skip to content

Instantly share code, notes, and snippets.

@danpop-chainguard
danpop-chainguard / cockroach-civo-sandbox.yaml
Created August 10, 2021 19:27
cockroach-civo-sandbox
# This configuration file sets up an insecure StatefulSet running CockroachDB with
# tweaks to make it more performant than our default configuration files. All
# changes from the default insecure configuration have been marked with a comment
# starting with "NOTE" or "TODO".
#
# Beware that this configuration is quite insecure. By default, it will make
# CockroachDB accesible on port 26257 on your Kubernetes nodes' network
# interfaces, meaning that if your nodes are reachable from the Internet, then
# this CockroachDB cluster will be too. To disable this behavior, remove the
# `hostNetwork` configuration field below.