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: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,18 @@
3
3
4
4
Drycc (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
5
5
6
+
## Usage
7
+
8
+
Different components use different db, as follows:
9
+
10
+
*`controller` use db 0
11
+
*`passport` use db 1
12
+
*`fluentbit` and `logger` use db 2
13
+
*`manager` use db 10
14
+
*`helmbroker` use db 11
15
+
16
+
The above are the default configurations for each component.
17
+
6
18
## Description
7
19
A Container image for running standalone (not clustered) Valkey on a Kubernetes cluster.
0 commit comments