From 16d513fd7f1ed4bb0b9dcadae067cccfbb94a75c Mon Sep 17 00:00:00 2001 From: akshay Date: Fri, 15 Dec 2023 14:50:48 +0530 Subject: [PATCH] Collabora online kubernetes --- Chart.yaml => online/Chart.yaml | 0 README.md => online/README.md | 0 .../grafana_dashboards}/ha-allocation.json | 0 .../grafana_dashboards}/overview.json | 0 {templates => online/templates}/.configmap.yaml.swp | Bin {templates => online/templates}/_helpers.tpl | 0 {templates => online/templates}/configmap.yaml | 0 .../templates}/configmap_grafana_dashboards.yaml | 0 {templates => online/templates}/deployment.yaml | 0 .../templates}/dynamicConfig/configmap.yaml | 0 .../templates}/dynamicConfig/deployment.yaml | 0 .../templates}/dynamicConfig/ingress.yaml | 0 .../templates}/dynamicConfig/ingress_upload.yaml | 0 .../templates}/dynamicConfig/service.yaml | 0 .../templates}/dynamicConfig/statefulset.yaml | 0 .../templates}/dynamicConfig/upload_secret.yaml | 0 {templates => online/templates}/hpa.yaml | 0 {templates => online/templates}/ingress.yaml | 0 .../templates}/prometheus-rules.yaml | 0 {templates => online/templates}/secret.yaml | 0 {templates => online/templates}/service.yaml | 0 {templates => online/templates}/serviceaccount.yaml | 0 {templates => online/templates}/servicemonitor.yaml | 0 {templates => online/templates}/statefulset.yaml | 0 values.yaml => online/values.yaml | 0 25 files changed, 0 insertions(+), 0 deletions(-) rename Chart.yaml => online/Chart.yaml (100%) rename README.md => online/README.md (100%) rename {grafana_dashboards => online/grafana_dashboards}/ha-allocation.json (100%) rename {grafana_dashboards => online/grafana_dashboards}/overview.json (100%) rename {templates => online/templates}/.configmap.yaml.swp (100%) rename {templates => online/templates}/_helpers.tpl (100%) rename {templates => online/templates}/configmap.yaml (100%) rename {templates => online/templates}/configmap_grafana_dashboards.yaml (100%) rename {templates => online/templates}/deployment.yaml (100%) rename {templates => online/templates}/dynamicConfig/configmap.yaml (100%) rename {templates => online/templates}/dynamicConfig/deployment.yaml (100%) rename {templates => online/templates}/dynamicConfig/ingress.yaml (100%) rename {templates => online/templates}/dynamicConfig/ingress_upload.yaml (100%) rename {templates => online/templates}/dynamicConfig/service.yaml (100%) rename {templates => online/templates}/dynamicConfig/statefulset.yaml (100%) rename {templates => online/templates}/dynamicConfig/upload_secret.yaml (100%) rename {templates => online/templates}/hpa.yaml (100%) rename {templates => online/templates}/ingress.yaml (100%) rename {templates => online/templates}/prometheus-rules.yaml (100%) rename {templates => online/templates}/secret.yaml (100%) rename {templates => online/templates}/service.yaml (100%) rename {templates => online/templates}/serviceaccount.yaml (100%) rename {templates => online/templates}/servicemonitor.yaml (100%) rename {templates => online/templates}/statefulset.yaml (100%) rename values.yaml => online/values.yaml (100%) diff --git a/Chart.yaml b/online/Chart.yaml similarity index 100% rename from Chart.yaml rename to online/Chart.yaml diff --git a/README.md b/online/README.md similarity index 100% rename from README.md rename to online/README.md diff --git a/grafana_dashboards/ha-allocation.json b/online/grafana_dashboards/ha-allocation.json similarity index 100% rename from grafana_dashboards/ha-allocation.json rename to online/grafana_dashboards/ha-allocation.json diff --git a/grafana_dashboards/overview.json b/online/grafana_dashboards/overview.json similarity index 100% rename from grafana_dashboards/overview.json rename to online/grafana_dashboards/overview.json diff --git a/templates/.configmap.yaml.swp b/online/templates/.configmap.yaml.swp similarity index 100% rename from templates/.configmap.yaml.swp rename to online/templates/.configmap.yaml.swp diff --git a/templates/_helpers.tpl b/online/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to online/templates/_helpers.tpl diff --git a/templates/configmap.yaml b/online/templates/configmap.yaml similarity index 100% rename from templates/configmap.yaml rename to online/templates/configmap.yaml diff --git a/templates/configmap_grafana_dashboards.yaml b/online/templates/configmap_grafana_dashboards.yaml similarity index 100% rename from templates/configmap_grafana_dashboards.yaml rename to online/templates/configmap_grafana_dashboards.yaml diff --git a/templates/deployment.yaml b/online/templates/deployment.yaml similarity index 100% rename from templates/deployment.yaml rename to online/templates/deployment.yaml diff --git a/templates/dynamicConfig/configmap.yaml b/online/templates/dynamicConfig/configmap.yaml similarity index 100% rename from templates/dynamicConfig/configmap.yaml rename to online/templates/dynamicConfig/configmap.yaml diff --git a/templates/dynamicConfig/deployment.yaml b/online/templates/dynamicConfig/deployment.yaml similarity index 100% rename from templates/dynamicConfig/deployment.yaml rename to online/templates/dynamicConfig/deployment.yaml diff --git a/templates/dynamicConfig/ingress.yaml b/online/templates/dynamicConfig/ingress.yaml similarity index 100% rename from templates/dynamicConfig/ingress.yaml rename to online/templates/dynamicConfig/ingress.yaml diff --git a/templates/dynamicConfig/ingress_upload.yaml b/online/templates/dynamicConfig/ingress_upload.yaml similarity index 100% rename from templates/dynamicConfig/ingress_upload.yaml rename to online/templates/dynamicConfig/ingress_upload.yaml diff --git a/templates/dynamicConfig/service.yaml b/online/templates/dynamicConfig/service.yaml similarity index 100% rename from templates/dynamicConfig/service.yaml rename to online/templates/dynamicConfig/service.yaml diff --git a/templates/dynamicConfig/statefulset.yaml b/online/templates/dynamicConfig/statefulset.yaml similarity index 100% rename from templates/dynamicConfig/statefulset.yaml rename to online/templates/dynamicConfig/statefulset.yaml diff --git a/templates/dynamicConfig/upload_secret.yaml b/online/templates/dynamicConfig/upload_secret.yaml similarity index 100% rename from templates/dynamicConfig/upload_secret.yaml rename to online/templates/dynamicConfig/upload_secret.yaml diff --git a/templates/hpa.yaml b/online/templates/hpa.yaml similarity index 100% rename from templates/hpa.yaml rename to online/templates/hpa.yaml diff --git a/templates/ingress.yaml b/online/templates/ingress.yaml similarity index 100% rename from templates/ingress.yaml rename to online/templates/ingress.yaml diff --git a/templates/prometheus-rules.yaml b/online/templates/prometheus-rules.yaml similarity index 100% rename from templates/prometheus-rules.yaml rename to online/templates/prometheus-rules.yaml diff --git a/templates/secret.yaml b/online/templates/secret.yaml similarity index 100% rename from templates/secret.yaml rename to online/templates/secret.yaml diff --git a/templates/service.yaml b/online/templates/service.yaml similarity index 100% rename from templates/service.yaml rename to online/templates/service.yaml diff --git a/templates/serviceaccount.yaml b/online/templates/serviceaccount.yaml similarity index 100% rename from templates/serviceaccount.yaml rename to online/templates/serviceaccount.yaml diff --git a/templates/servicemonitor.yaml b/online/templates/servicemonitor.yaml similarity index 100% rename from templates/servicemonitor.yaml rename to online/templates/servicemonitor.yaml diff --git a/templates/statefulset.yaml b/online/templates/statefulset.yaml similarity index 100% rename from templates/statefulset.yaml rename to online/templates/statefulset.yaml diff --git a/values.yaml b/online/values.yaml similarity index 100% rename from values.yaml rename to online/values.yaml