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/applications/managing-app-volumes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
We can use the blow command to create volumes and mount the created volumes.
4
4
Drycc create volume support [ReadWriteMany](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes), so before deploying drycc, you need to have a StorageClass ready which can support ReadWriteMany.
5
-
Deploying drycc, set controller.app_storage_class to this StorageClass.
5
+
Deploying drycc, set controller.appStorageClass to this StorageClass.
6
6
7
7
8
8
Use `drycc volumes` to mount a volume for a deployed application's processes.
Copy file name to clipboardExpand all lines: src/changelogs/v1.1.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@
37
37
-[`62a9b7d`](https://api.github.com/repos/drycc/builder/git/trees/62a9b7de4e61bc5b47d150838069b5d6ab35411b) (builder) - workflow: change experimental_native_ingress to use_native_ingress
38
38
-[`39e9cec`](https://api.github.com/repos/drycc/builder/git/trees/39e9cec79cbd6108322eed201ecfddaa8081f49e) (builder) - ingress: renmae use_native_ingress to use_ingress
39
39
-[`7fa8134`](https://api.github.com/repos/drycc/builder/git/trees/7fa81340df8cf31502e546da8becb95192760ff0) (builder) - ingress: change global.use_ingress to ingress.enabled
40
-
-[`e245c31`](https://api.github.com/repos/drycc/builder/git/trees/e245c31aa20af4f0883e95ecd2f21b9cebe485c4) (builder) - ingress: use ingress_class
40
+
-[`e245c31`](https://api.github.com/repos/drycc/builder/git/trees/e245c31aa20af4f0883e95ecd2f21b9cebe485c4) (builder) - ingress: use ingressClass
41
41
-[`18b330d`](https://api.github.com/repos/drycc/builder/git/trees/18b330d9c8cab13966b7dd46a7888add435b3c0e) (builder) - service: no longer dependent on ingress switches
42
42
-[`95f4d3d`](https://api.github.com/repos/drycc/controller/git/trees/95f4d3de1cb61a35997037f0e620ddd365954e87) (controller) - django: upgrade to django version 1.11.20 latest patch
43
43
-[`6bcd79b`](https://api.github.com/repos/drycc/controller/git/trees/6bcd79b82ddee66ca08f84a9022853b6367f5d8e) (controller) - workflow: change experimental_native_ingress to use_native_ingress
44
44
-[`781229a`](https://api.github.com/repos/drycc/controller/git/trees/781229a050322e137f5938549411b72b41eb38b8) (controller) - ingress: renmae use_native_ingress to use_ingress
45
45
-[`b96b4db`](https://api.github.com/repos/drycc/controller/git/trees/b96b4dbf4abacbb5977df41d69b46785f03cda85) (controller) - ingress: change global.use_ingress to ingress.enabled
46
-
-[`e1b124f`](https://api.github.com/repos/drycc/controller/git/trees/e1b124f3e5b7613a2ff8a42ebfc9e00a3db6b4fc) (controller) - ingress: use ingress_class
46
+
-[`e1b124f`](https://api.github.com/repos/drycc/controller/git/trees/e1b124f3e5b7613a2ff8a42ebfc9e00a3db6b4fc) (controller) - ingress: use ingressClass
-[`5cd10f3`](https://api.github.com/repos/drycc/controller/git/trees/5cd10f3318fd4515e7e675422077f4e16a563d25) (controller) - ingress: Ingress_class can be empty
49
49
-[`fa312bb`](https://api.github.com/repos/drycc/postgres/git/trees/fa312bb7f57f5f8638484bc4d9825aa962031a25) (database) - postgres: set max_connections = 1024
-[`edbe963`](https://api.github.com/repos/drycc/imagebuilder/git/trees/edbe9631dcfb34ed50d9e931d36506fa262b6299) (imagebuilder) - dockerfile: change base image to alpine
37
37
-[`fb35baf`](https://api.github.com/repos/drycc/imagebuilder/git/trees/fb35baf913ff846e08ba79d9ad8195fca1411684) (imagebuilder) - registry: rename DRYCC_REGISTRY_SERVICE to DRYCC_REGISTRY_PROXY
0 commit comments