diff --git a/osm-seed/templates/db/db-statefulset.yaml b/osm-seed/templates/db/db-statefulset.yaml index d21fdbf7..a8fc04a0 100644 --- a/osm-seed/templates/db/db-statefulset.yaml +++ b/osm-seed/templates/db/db-statefulset.yaml @@ -9,7 +9,7 @@ metadata: environment: {{ .Values.environment }} release: {{ .Release.Name }} spec: - replicas: 1 # we only ever want one replica of the db + replicas: 1 selector: matchLabels: app: {{ template "osm-seed.name" . }}