Skip to content

Example: StatefulSet

Stéphane Brunner edited this page May 31, 2024 · 2 revisions

Create an elementary StatefulSet.

services:
  statefulset1:
    enabled: true
    type: StatefulSet
    containers:
      container1:
        image:
          repository: camptocamp/image
          tag: latest
Clone this wiki locally