You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/understanding-deis/components.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,22 @@ The builder component uses a [Git][] server to process
46
46
!!! note
47
47
The builder component does not incorporate [Config][] directly into the images it produces. A [Release][] is a pairing of an application image with application configuration maintained separately in the Deis [Database][]. Once a new [Release][] is generated, a new set of containers is deployed across the platform automatically.
48
48
49
-
## Store
49
+
## Object Storage
50
50
51
-
The Store component uses [Minio][] by default to store data for Deis components which need to store
52
-
state, including the [Registry][] and the [Database][].
0 commit comments