diff --git a/argocd/apps/nextcloud/nextcloud.yaml b/argocd/apps/nextcloud/nextcloud.yaml index 566e555..1cf636a 100644 --- a/argocd/apps/nextcloud/nextcloud.yaml +++ b/argocd/apps/nextcloud/nextcloud.yaml @@ -91,12 +91,16 @@ spec: value: "localhost" - name: REDIS_MASTER_PORT_NUMBER value: "6379" + readinessProbe: + timeoutSeconds: 5 replica: extraEnvVars: - name: REDIS_MASTER_HOST value: "nextcloud-redis-master" - name: REDIS_MASTER_PORT_NUMBER value: "6379" + readinessProbe: + timeoutSeconds: 5 postgresql: enabled: true diff --git a/config/.idea/.gitignore b/config/.idea/.gitignore new file mode 100644 index 0000000..ab1f416 --- /dev/null +++ b/config/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/config/.idea/IntelliLang.xml b/config/.idea/IntelliLang.xml new file mode 100644 index 0000000..b223a1b --- /dev/null +++ b/config/.idea/IntelliLang.xml @@ -0,0 +1,151 @@ + + + + + AsyncQueryRunner (org.apache.commons.dbutils) + + + + + + + + + + + + + + + + + + Jodd (jodd.db) + + + + + + + + MyBatis @Select/@Delete/@Insert/@Update + + + + + + + + QueryRunner (org.apache.commons.dbutils) + + + + + + + + + + + + + + + + + + R2DBC (io.r2dbc) + + + + + + Reactiverse Postgres Client (io.reactiverse) + + + + + + + + + + + + + SmallRye Axle SqlClient (io.vertx.axle.sqlclient) + + + + + + SmallRye Mutiny SqlClient (io.vertx.mutiny.sqlclient) + + + + + + SmallRye Mutiny SqlConnection (io.vertx.mutiny.sqlclient) + + + + + + + + Vert.x SQL Extensions (io.vertx.ext.sql) + + + + + + + Vert.x SQL Reactive Extensions (io.vertx.reactivex.ext.sql) + + + + + + + + + + Vert.x SqlClient (io.vertx.sqlclient) + + + + + + + + + + + Vert.x SqlClient RxJava2 (io.vertx.reactivex.sqlclient) + + + + + + + + + + + + jOOQ (org.jooq.DSLContext) + + + + + + + + rxjava2-jdbc (org.davidmoten.rx.jdbc) + + + + + + + \ No newline at end of file diff --git a/config/.idea/config.iml b/config/.idea/config.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/config/.idea/config.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/config/.idea/misc.xml b/config/.idea/misc.xml new file mode 100644 index 0000000..4b151ab --- /dev/null +++ b/config/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/config/.idea/modules.xml b/config/.idea/modules.xml new file mode 100644 index 0000000..e8b6c6b --- /dev/null +++ b/config/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/config/.idea/vcs.xml b/config/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/config/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file