Skip to main content

Disabling a Service

info

This page is still in progress and actively being worked on. Please check back later for updates.

Introduction

In the Stack object of your Kubernetes cluster, you can disable services you don't want to deploy. Today, you can disable the following services:

  • Ledger
  • Payments
  • Wallets
  • Orchestration
  • Webhooks

How do I disable a service?

To disable a service, you need to edit the stack.yml file of your Kubernetes cluster. By example, if you want to disable a Ledger service, you need to add the following lines in the stack.yml file:

services:
ledger:
disabled: true

Full example

kubectl edit stack stack1

And edit the stack.yml file of your Kubernetes cluster.

apiVersion: stack.formance.com/v1beta3
kind: Stack
metadata:
name: stack1
spec:
debug: false
dev: false
scheme: http
host: example.net
seed: stacks
versions: default
services:
orchestration:
disabled: true

Getting help

Are you stuck? Have a technical question not well answered in these docs? Run into a problem you can't solve?

Come chat with us! We have a Slack server where we and others using Formance hang out.

Or, if you prefer, you can also Tweet at us.