Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pulumipus/a8177859dad6efbadc600c49ab678008 to your computer and use it in GitHub Desktop.
Save pulumipus/a8177859dad6efbadc600c49ab678008 to your computer and use it in GitHub Desktop.
const mariadb = new k8s.apps.v1.StatefulSet("mariadb", {
spec: {
selector: {
matchLabels: {
app: "mariadb",
release: "example",
component: "master"
}
},
serviceName: "mariadb",
replicas: 1,
updateStrategy: {
type: "RollingUpdate"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment