From 01a1893a4a229f26246c6ab76c22061c256ea2d4 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 4 Jun 2024 12:50:41 +0200 Subject: [PATCH] feat: migrate to external chart repo --- charts/archmeister/chart/.helmignore | 26 ----- charts/archmeister/chart/Chart.yaml | 18 ---- charts/archmeister/chart/templates/NOTES.txt | 22 ---- .../archmeister/chart/templates/_helpers.tpl | 63 ----------- .../archmeister/chart/templates/cluster.yaml | 33 ------ .../chart/templates/deployment.yaml | 100 ------------------ charts/archmeister/chart/templates/hpa.yaml | 28 ----- .../archmeister/chart/templates/ingress.yaml | 61 ----------- .../chart/templates/internal-ingress.yaml | 62 ----------- charts/archmeister/chart/templates/pvc.yaml | 25 ----- .../archmeister/chart/templates/service.yaml | 15 --- .../chart/templates/serviceaccount.yaml | 12 --- charts/archmeister/chart/values.yaml | 96 ----------------- charts/atlantis/chart/.helmignore | 26 ----- charts/atlantis/chart/Chart.yaml | 18 ---- charts/atlantis/chart/templates/NOTES.txt | 22 ---- charts/atlantis/chart/templates/_helpers.tpl | 63 ----------- charts/atlantis/chart/templates/cluster.yaml | 26 ----- .../atlantis/chart/templates/deployment.yaml | 99 ----------------- charts/atlantis/chart/templates/hpa.yaml | 28 ----- charts/atlantis/chart/templates/ingress.yaml | 61 ----------- charts/atlantis/chart/templates/pvc.yaml | 25 ----- charts/atlantis/chart/templates/service.yaml | 15 --- .../chart/templates/serviceaccount.yaml | 12 --- charts/atlantis/chart/values.yaml | 87 --------------- charts/busynix/chart/.helmignore | 26 ----- charts/busynix/chart/Chart.yaml | 18 ---- charts/busynix/chart/templates/NOTES.txt | 22 ---- charts/busynix/chart/templates/_helpers.tpl | 63 ----------- charts/busynix/chart/templates/cluster.yaml | 26 ----- .../busynix/chart/templates/deployment.yaml | 84 --------------- charts/busynix/chart/templates/hpa.yaml | 28 ----- charts/busynix/chart/templates/ingress.yaml | 61 ----------- charts/busynix/chart/templates/pvc.yaml | 25 ----- charts/busynix/chart/templates/service.yaml | 15 --- .../chart/templates/serviceaccount.yaml | 12 --- charts/busynix/chart/values.yaml | 84 --------------- charts/hipster/chart/.helmignore | 22 ---- charts/hipster/chart/Chart.yaml | 18 ---- charts/hipster/chart/templates/NOTES.txt | 22 ---- charts/hipster/chart/templates/_helpers.tpl | 63 ----------- .../hipster/chart/templates/deployment.yaml | 97 ----------------- charts/hipster/chart/templates/hpa.yaml | 28 ----- charts/hipster/chart/templates/ingress.yaml | 61 ----------- charts/hipster/chart/templates/pvc.yaml | 25 ----- charts/hipster/chart/templates/service.yaml | 15 --- .../chart/templates/serviceaccount.yaml | 12 --- charts/hipster/chart/values.yaml | 79 -------------- charts/osm-tile-server/chart/.helmignore | 26 ----- charts/osm-tile-server/chart/Chart.yaml | 18 ---- .../osm-tile-server/chart/templates/NOTES.txt | 22 ---- .../chart/templates/_helpers.tpl | 63 ----------- .../chart/templates/cluster.yaml | 26 ----- .../chart/templates/deployment.yaml | 84 --------------- .../osm-tile-server/chart/templates/hpa.yaml | 28 ----- .../chart/templates/ingress.yaml | 61 ----------- .../osm-tile-server/chart/templates/pvc.yaml | 25 ----- .../chart/templates/service.yaml | 15 --- .../chart/templates/serviceaccount.yaml | 12 --- charts/osm-tile-server/chart/values.yaml | 84 --------------- charts/petimeter/chart/.helmignore | 22 ---- charts/petimeter/chart/Chart.yaml | 18 ---- .../chart/base/deployment_patch.yaml | 19 ---- .../petimeter/chart/base/kustomization.yaml | 16 --- charts/petimeter/chart/templates/NOTES.txt | 22 ---- charts/petimeter/chart/templates/_helpers.tpl | 63 ----------- charts/petimeter/chart/templates/cluster.yaml | 26 ----- .../petimeter/chart/templates/deployment.yaml | 100 ------------------ charts/petimeter/chart/templates/hpa.yaml | 28 ----- charts/petimeter/chart/templates/ingress.yaml | 61 ----------- charts/petimeter/chart/templates/pvc.yaml | 25 ----- charts/petimeter/chart/templates/service.yaml | 15 --- .../chart/templates/serviceaccount.yaml | 12 --- charts/petimeter/chart/values.yaml | 84 --------------- charts/sorcerer/chart/.helmignore | 22 ---- charts/sorcerer/chart/Chart.yaml | 18 ---- charts/sorcerer/chart/templates/NOTES.txt | 22 ---- charts/sorcerer/chart/templates/_helpers.tpl | 63 ----------- charts/sorcerer/chart/templates/cluster.yaml | 26 ----- .../sorcerer/chart/templates/deployment.yaml | 100 ------------------ charts/sorcerer/chart/templates/hpa.yaml | 28 ----- charts/sorcerer/chart/templates/ingress.yaml | 61 ----------- charts/sorcerer/chart/templates/pvc.yaml | 25 ----- charts/sorcerer/chart/templates/service.yaml | 15 --- .../chart/templates/serviceaccount.yaml | 12 --- charts/sorcerer/chart/values.yaml | 85 --------------- .../archmeister/base/deployment_patch.yaml | 0 .../archmeister/base/kustomization.yaml | 0 manifests/archmeister/chart | 1 + .../archmeister/prod/appsettings.json | 0 .../archmeister/prod/default.env | 0 .../archmeister/prod/deployment_patch.yaml | 0 .../archmeister/prod/ingress_patch.yaml | 0 .../archmeister/prod/kustomization.yaml | 0 .../archmeister/staging/appsettings.json | 0 .../archmeister/staging/default.env | 0 .../archmeister/staging/deployment_patch.yaml | 0 .../archmeister/staging/ingress_patch.yaml | 0 .../archmeister/staging/kustomization.yaml | 0 .../archmeister/values-prod.yaml | 0 .../archmeister/values-staging.yaml | 0 .../atlantis/base/deployment_patch.yaml | 0 .../atlantis/base/kustomization.yaml | 0 .../atlantis/base/service_patch.yaml | 0 manifests/atlantis/chart | 1 + .../atlantis/manifests/subscriptions.yaml | 0 .../atlantis/prod/appsettings.json | 0 .../atlantis/prod/barentswatch-api.env | 0 .../atlantis/prod/default.env | 0 .../atlantis/prod/deployment_patch.yaml | 0 .../atlantis/prod/kustomization.yaml | 0 .../atlantis/staging/appsettings.json | 0 {charts => manifests}/atlantis/staging/auth | 0 .../atlantis/staging/barentswatch-api.env | 0 .../atlantis/staging/default.env | 0 .../atlantis/staging/deployment_patch.yaml | 0 .../atlantis/staging/kustomization.yaml | 0 .../atlantis/values-prod.yaml | 0 .../atlantis/values-staging.yaml | 0 .../busynix/base/deployment_patch.yaml | 0 .../busynix/base/kustomization.yaml | 0 manifests/busynix/chart | 1 + .../busynix/prod/deployment_patch.yaml | 0 .../busynix/prod/kustomization.yaml | 0 .../busynix/staging/deployment_patch.yaml | 0 .../busynix/staging/kustomization.yaml | 0 .../busynix/values-prod.yaml | 0 .../busynix/values-staging.yaml | 0 .../cerbos/manifests/cerbos-gitlab-token.yaml | 0 {charts => manifests}/cerbos/values-prod.yaml | 0 .../cerbos/values-staging.yaml | 0 {charts => manifests}/cerbos/values.yaml | 0 {charts => manifests}/dex/base/cluster.yaml | 0 {charts => manifests}/dex/base/config.yaml | 0 .../dex/base/kustomization.yaml | 0 {charts => manifests}/dex/manifests/dex.yaml | 0 .../dex/manifests/resources.yaml | 0 .../dex/prod/kustomization.yaml | 0 .../dex/resources/dex-volumes.yaml | 0 .../dex/staging/cluster_patch.yaml | 0 .../dex/staging/kustomization.yaml | 0 {charts => manifests}/dex/templates | 0 {charts => manifests}/dex/values-prod.yaml | 0 {charts => manifests}/dex/values-staging.yaml | 0 {charts => manifests}/dex/values.yaml | 0 .../geoserver/base/ingress_patch.yaml | 0 .../geoserver/base/kustomization.yaml | 0 {charts => manifests}/geoserver/chart | 0 .../geoserver/data/Biomasse.gpkg | Bin .../geoserver/data/Flate.gpkg | Bin {charts => manifests}/geoserver/data/ILA.gpkg | Bin .../geoserver/data/Lokaliteter.gpkg | Bin {charts => manifests}/geoserver/data/PD.gpkg | Bin .../geoserver/prod/ingress-web.yaml | 0 .../geoserver/prod/kustomization.yaml | 0 .../geoserver/staging/ingress-web.yaml | 0 .../geoserver/staging/kustomization.yaml | 0 .../geoserver/values-prod.yaml | 0 .../geoserver/values-staging.yaml | 0 {charts => manifests}/geoserver/values.yaml | 0 .../hipster/base/deployment_patch.yaml | 0 .../hipster/base/kustomization.yaml | 0 .../hipster/base/service_patch.yaml | 0 manifests/hipster/chart | 1 + .../hipster/prod/appsettings.json | 0 .../hipster/prod/bindings.yaml | 0 .../hipster/prod/default.env | 0 .../hipster/prod/deployment_patch.yaml | 0 .../hipster/prod/kustomization.yaml | 0 .../hipster/staging/appsettings.json | 0 .../hipster/staging/bindings.yaml | 0 .../hipster/staging/default.env | 0 .../hipster/staging/deployment_patch.yaml | 0 .../hipster/staging/kustomization.yaml | 0 .../hipster/values-prod.yaml | 0 .../hipster/values-staging.yaml | 0 {charts => manifests}/jaeger/values.yaml | 0 {charts => manifests}/keycloak/values.yaml | 0 .../base/deployment_patch.yaml | 0 .../osm-tile-server/base/kustomization.yaml | 0 manifests/osm-tile-server/chart | 1 + .../osm-tile-server/prod/kustomization.yaml | 0 .../staging/kustomization.yaml | 0 .../osm-tile-server/values-prod.yaml | 0 .../osm-tile-server/values-staging.yaml | 0 .../petimeter/base/deployment_patch.yaml | 0 .../petimeter/base/kustomization.yaml | 0 manifests/petimeter/chart | 1 + .../petimeter/manifests/acl.json | 0 .../petimeter/manifests/kustomization.yaml | 0 .../petimeter/prod/appsettings.json | 0 .../petimeter/prod/default.env | 0 .../petimeter/prod/deployment_patch.yaml | 0 .../petimeter/prod/kustomization.yaml | 0 .../petimeter/staging/appsettings.json | 0 .../petimeter/staging/default.env | 0 .../petimeter/staging/deployment_patch.yaml | 0 .../petimeter/staging/kustomization.yaml | 0 .../petimeter/values-prod.yaml | 0 .../petimeter/values-staging.yaml | 0 .../rabbitmq/prod/nodeport.yaml | 0 .../rabbitmq/staging/nodeport.yaml | 0 .../rabbitmq/values-prod.yaml | 0 .../rabbitmq/values-staging.yaml | 0 .../redis/base/kustomization.yaml | 0 {charts => manifests}/redis/chart | 0 .../redis/prod/kustomization.yaml | 0 .../redis/prod/nodeport.yaml | 0 .../redis/staging/kustomization.yaml | 0 .../redis/staging/nodeport.yaml | 0 {charts => manifests}/redis/values-prod.yaml | 0 .../redis/values-staging.yaml | 0 {charts => manifests}/redis/values.yaml | 0 {charts => manifests}/seq/values.yaml | 0 .../sorcerer/base/deployment_patch.yaml | 0 .../sorcerer/base/kustomization.yaml | 0 manifests/sorcerer/chart | 1 + .../sorcerer/prod/appsettings.json | 0 .../sorcerer/prod/archives-ceph-volume.yaml | 0 .../sorcerer/prod/default.env | 0 .../sorcerer/prod/deployment_patch.yaml | 0 .../sorcerer/prod/kustomization.yaml | 0 {charts => manifests}/sorcerer/prod/pv.yaml | 0 {charts => manifests}/sorcerer/prod/pvc.yaml | 0 .../sorcerer/staging/appsettings.json | 0 .../staging/archives-ceph-volume.yaml | 0 .../sorcerer/staging/default.env | 0 .../sorcerer/staging/deployment_patch.yaml | 0 .../sorcerer/staging/kustomization.yaml | 0 .../sorcerer/staging/pv.yaml | 0 .../sorcerer/staging/pvc.yaml | 0 .../sorcerer/values-prod.yaml | 0 .../sorcerer/values-staging.yaml | 0 {charts => manifests}/wordpress/values.yaml | 0 234 files changed, 7 insertions(+), 3401 deletions(-) delete mode 100644 charts/archmeister/chart/.helmignore delete mode 100644 charts/archmeister/chart/Chart.yaml delete mode 100644 charts/archmeister/chart/templates/NOTES.txt delete mode 100644 charts/archmeister/chart/templates/_helpers.tpl delete mode 100644 charts/archmeister/chart/templates/cluster.yaml delete mode 100644 charts/archmeister/chart/templates/deployment.yaml delete mode 100644 charts/archmeister/chart/templates/hpa.yaml delete mode 100644 charts/archmeister/chart/templates/ingress.yaml delete mode 100644 charts/archmeister/chart/templates/internal-ingress.yaml delete mode 100644 charts/archmeister/chart/templates/pvc.yaml delete mode 100644 charts/archmeister/chart/templates/service.yaml delete mode 100644 charts/archmeister/chart/templates/serviceaccount.yaml delete mode 100644 charts/archmeister/chart/values.yaml delete mode 100644 charts/atlantis/chart/.helmignore delete mode 100644 charts/atlantis/chart/Chart.yaml delete mode 100644 charts/atlantis/chart/templates/NOTES.txt delete mode 100644 charts/atlantis/chart/templates/_helpers.tpl delete mode 100644 charts/atlantis/chart/templates/cluster.yaml delete mode 100644 charts/atlantis/chart/templates/deployment.yaml delete mode 100644 charts/atlantis/chart/templates/hpa.yaml delete mode 100644 charts/atlantis/chart/templates/ingress.yaml delete mode 100644 charts/atlantis/chart/templates/pvc.yaml delete mode 100644 charts/atlantis/chart/templates/service.yaml delete mode 100644 charts/atlantis/chart/templates/serviceaccount.yaml delete mode 100644 charts/atlantis/chart/values.yaml delete mode 100644 charts/busynix/chart/.helmignore delete mode 100644 charts/busynix/chart/Chart.yaml delete mode 100644 charts/busynix/chart/templates/NOTES.txt delete mode 100644 charts/busynix/chart/templates/_helpers.tpl delete mode 100644 charts/busynix/chart/templates/cluster.yaml delete mode 100644 charts/busynix/chart/templates/deployment.yaml delete mode 100644 charts/busynix/chart/templates/hpa.yaml delete mode 100644 charts/busynix/chart/templates/ingress.yaml delete mode 100644 charts/busynix/chart/templates/pvc.yaml delete mode 100644 charts/busynix/chart/templates/service.yaml delete mode 100644 charts/busynix/chart/templates/serviceaccount.yaml delete mode 100644 charts/busynix/chart/values.yaml delete mode 100644 charts/hipster/chart/.helmignore delete mode 100644 charts/hipster/chart/Chart.yaml delete mode 100644 charts/hipster/chart/templates/NOTES.txt delete mode 100644 charts/hipster/chart/templates/_helpers.tpl delete mode 100644 charts/hipster/chart/templates/deployment.yaml delete mode 100644 charts/hipster/chart/templates/hpa.yaml delete mode 100644 charts/hipster/chart/templates/ingress.yaml delete mode 100644 charts/hipster/chart/templates/pvc.yaml delete mode 100644 charts/hipster/chart/templates/service.yaml delete mode 100644 charts/hipster/chart/templates/serviceaccount.yaml delete mode 100644 charts/hipster/chart/values.yaml delete mode 100644 charts/osm-tile-server/chart/.helmignore delete mode 100644 charts/osm-tile-server/chart/Chart.yaml delete mode 100644 charts/osm-tile-server/chart/templates/NOTES.txt delete mode 100644 charts/osm-tile-server/chart/templates/_helpers.tpl delete mode 100644 charts/osm-tile-server/chart/templates/cluster.yaml delete mode 100644 charts/osm-tile-server/chart/templates/deployment.yaml delete mode 100644 charts/osm-tile-server/chart/templates/hpa.yaml delete mode 100644 charts/osm-tile-server/chart/templates/ingress.yaml delete mode 100644 charts/osm-tile-server/chart/templates/pvc.yaml delete mode 100644 charts/osm-tile-server/chart/templates/service.yaml delete mode 100644 charts/osm-tile-server/chart/templates/serviceaccount.yaml delete mode 100644 charts/osm-tile-server/chart/values.yaml delete mode 100644 charts/petimeter/chart/.helmignore delete mode 100644 charts/petimeter/chart/Chart.yaml delete mode 100644 charts/petimeter/chart/base/deployment_patch.yaml delete mode 100644 charts/petimeter/chart/base/kustomization.yaml delete mode 100644 charts/petimeter/chart/templates/NOTES.txt delete mode 100644 charts/petimeter/chart/templates/_helpers.tpl delete mode 100644 charts/petimeter/chart/templates/cluster.yaml delete mode 100644 charts/petimeter/chart/templates/deployment.yaml delete mode 100644 charts/petimeter/chart/templates/hpa.yaml delete mode 100644 charts/petimeter/chart/templates/ingress.yaml delete mode 100644 charts/petimeter/chart/templates/pvc.yaml delete mode 100644 charts/petimeter/chart/templates/service.yaml delete mode 100644 charts/petimeter/chart/templates/serviceaccount.yaml delete mode 100644 charts/petimeter/chart/values.yaml delete mode 100644 charts/sorcerer/chart/.helmignore delete mode 100644 charts/sorcerer/chart/Chart.yaml delete mode 100644 charts/sorcerer/chart/templates/NOTES.txt delete mode 100644 charts/sorcerer/chart/templates/_helpers.tpl delete mode 100644 charts/sorcerer/chart/templates/cluster.yaml delete mode 100644 charts/sorcerer/chart/templates/deployment.yaml delete mode 100644 charts/sorcerer/chart/templates/hpa.yaml delete mode 100644 charts/sorcerer/chart/templates/ingress.yaml delete mode 100644 charts/sorcerer/chart/templates/pvc.yaml delete mode 100644 charts/sorcerer/chart/templates/service.yaml delete mode 100644 charts/sorcerer/chart/templates/serviceaccount.yaml delete mode 100644 charts/sorcerer/chart/values.yaml rename {charts => manifests}/archmeister/base/deployment_patch.yaml (100%) rename {charts => manifests}/archmeister/base/kustomization.yaml (100%) create mode 100644 manifests/archmeister/chart rename {charts => manifests}/archmeister/prod/appsettings.json (100%) rename {charts => manifests}/archmeister/prod/default.env (100%) rename {charts => manifests}/archmeister/prod/deployment_patch.yaml (100%) rename {charts => manifests}/archmeister/prod/ingress_patch.yaml (100%) rename {charts => manifests}/archmeister/prod/kustomization.yaml (100%) rename {charts => manifests}/archmeister/staging/appsettings.json (100%) rename {charts => manifests}/archmeister/staging/default.env (100%) rename {charts => manifests}/archmeister/staging/deployment_patch.yaml (100%) rename {charts => manifests}/archmeister/staging/ingress_patch.yaml (100%) rename {charts => manifests}/archmeister/staging/kustomization.yaml (100%) rename {charts => manifests}/archmeister/values-prod.yaml (100%) rename {charts => manifests}/archmeister/values-staging.yaml (100%) rename {charts => manifests}/atlantis/base/deployment_patch.yaml (100%) rename {charts => manifests}/atlantis/base/kustomization.yaml (100%) rename {charts => manifests}/atlantis/base/service_patch.yaml (100%) create mode 100644 manifests/atlantis/chart rename {charts => manifests}/atlantis/manifests/subscriptions.yaml (100%) rename {charts => manifests}/atlantis/prod/appsettings.json (100%) rename {charts => manifests}/atlantis/prod/barentswatch-api.env (100%) rename {charts => manifests}/atlantis/prod/default.env (100%) rename {charts => manifests}/atlantis/prod/deployment_patch.yaml (100%) rename {charts => manifests}/atlantis/prod/kustomization.yaml (100%) rename {charts => manifests}/atlantis/staging/appsettings.json (100%) rename {charts => manifests}/atlantis/staging/auth (100%) rename {charts => manifests}/atlantis/staging/barentswatch-api.env (100%) rename {charts => manifests}/atlantis/staging/default.env (100%) rename {charts => manifests}/atlantis/staging/deployment_patch.yaml (100%) rename {charts => manifests}/atlantis/staging/kustomization.yaml (100%) rename {charts => manifests}/atlantis/values-prod.yaml (100%) rename {charts => manifests}/atlantis/values-staging.yaml (100%) rename {charts => manifests}/busynix/base/deployment_patch.yaml (100%) rename {charts => manifests}/busynix/base/kustomization.yaml (100%) create mode 100644 manifests/busynix/chart rename {charts => manifests}/busynix/prod/deployment_patch.yaml (100%) rename {charts => manifests}/busynix/prod/kustomization.yaml (100%) rename {charts => manifests}/busynix/staging/deployment_patch.yaml (100%) rename {charts => manifests}/busynix/staging/kustomization.yaml (100%) rename {charts => manifests}/busynix/values-prod.yaml (100%) rename {charts => manifests}/busynix/values-staging.yaml (100%) rename {charts => manifests}/cerbos/manifests/cerbos-gitlab-token.yaml (100%) rename {charts => manifests}/cerbos/values-prod.yaml (100%) rename {charts => manifests}/cerbos/values-staging.yaml (100%) rename {charts => manifests}/cerbos/values.yaml (100%) rename {charts => manifests}/dex/base/cluster.yaml (100%) rename {charts => manifests}/dex/base/config.yaml (100%) rename {charts => manifests}/dex/base/kustomization.yaml (100%) rename {charts => manifests}/dex/manifests/dex.yaml (100%) rename {charts => manifests}/dex/manifests/resources.yaml (100%) rename {charts => manifests}/dex/prod/kustomization.yaml (100%) rename {charts => manifests}/dex/resources/dex-volumes.yaml (100%) rename {charts => manifests}/dex/staging/cluster_patch.yaml (100%) rename {charts => manifests}/dex/staging/kustomization.yaml (100%) rename {charts => manifests}/dex/templates (100%) rename {charts => manifests}/dex/values-prod.yaml (100%) rename {charts => manifests}/dex/values-staging.yaml (100%) rename {charts => manifests}/dex/values.yaml (100%) rename {charts => manifests}/geoserver/base/ingress_patch.yaml (100%) rename {charts => manifests}/geoserver/base/kustomization.yaml (100%) rename {charts => manifests}/geoserver/chart (100%) rename {charts => manifests}/geoserver/data/Biomasse.gpkg (100%) rename {charts => manifests}/geoserver/data/Flate.gpkg (100%) rename {charts => manifests}/geoserver/data/ILA.gpkg (100%) rename {charts => manifests}/geoserver/data/Lokaliteter.gpkg (100%) rename {charts => manifests}/geoserver/data/PD.gpkg (100%) rename {charts => manifests}/geoserver/prod/ingress-web.yaml (100%) rename {charts => manifests}/geoserver/prod/kustomization.yaml (100%) rename {charts => manifests}/geoserver/staging/ingress-web.yaml (100%) rename {charts => manifests}/geoserver/staging/kustomization.yaml (100%) rename {charts => manifests}/geoserver/values-prod.yaml (100%) rename {charts => manifests}/geoserver/values-staging.yaml (100%) rename {charts => manifests}/geoserver/values.yaml (100%) rename {charts => manifests}/hipster/base/deployment_patch.yaml (100%) rename {charts => manifests}/hipster/base/kustomization.yaml (100%) rename {charts => manifests}/hipster/base/service_patch.yaml (100%) create mode 100644 manifests/hipster/chart rename {charts => manifests}/hipster/prod/appsettings.json (100%) rename {charts => manifests}/hipster/prod/bindings.yaml (100%) rename {charts => manifests}/hipster/prod/default.env (100%) rename {charts => manifests}/hipster/prod/deployment_patch.yaml (100%) rename {charts => manifests}/hipster/prod/kustomization.yaml (100%) rename {charts => manifests}/hipster/staging/appsettings.json (100%) rename {charts => manifests}/hipster/staging/bindings.yaml (100%) rename {charts => manifests}/hipster/staging/default.env (100%) rename {charts => manifests}/hipster/staging/deployment_patch.yaml (100%) rename {charts => manifests}/hipster/staging/kustomization.yaml (100%) rename {charts => manifests}/hipster/values-prod.yaml (100%) rename {charts => manifests}/hipster/values-staging.yaml (100%) rename {charts => manifests}/jaeger/values.yaml (100%) rename {charts => manifests}/keycloak/values.yaml (100%) rename {charts => manifests}/osm-tile-server/base/deployment_patch.yaml (100%) rename {charts => manifests}/osm-tile-server/base/kustomization.yaml (100%) create mode 100644 manifests/osm-tile-server/chart rename {charts => manifests}/osm-tile-server/prod/kustomization.yaml (100%) rename {charts => manifests}/osm-tile-server/staging/kustomization.yaml (100%) rename {charts => manifests}/osm-tile-server/values-prod.yaml (100%) rename {charts => manifests}/osm-tile-server/values-staging.yaml (100%) rename {charts => manifests}/petimeter/base/deployment_patch.yaml (100%) rename {charts => manifests}/petimeter/base/kustomization.yaml (100%) create mode 100644 manifests/petimeter/chart rename {charts => manifests}/petimeter/manifests/acl.json (100%) rename {charts => manifests}/petimeter/manifests/kustomization.yaml (100%) rename {charts => manifests}/petimeter/prod/appsettings.json (100%) rename {charts => manifests}/petimeter/prod/default.env (100%) rename {charts => manifests}/petimeter/prod/deployment_patch.yaml (100%) rename {charts => manifests}/petimeter/prod/kustomization.yaml (100%) rename {charts => manifests}/petimeter/staging/appsettings.json (100%) rename {charts => manifests}/petimeter/staging/default.env (100%) rename {charts => manifests}/petimeter/staging/deployment_patch.yaml (100%) rename {charts => manifests}/petimeter/staging/kustomization.yaml (100%) rename {charts => manifests}/petimeter/values-prod.yaml (100%) rename {charts => manifests}/petimeter/values-staging.yaml (100%) rename {charts => manifests}/rabbitmq/prod/nodeport.yaml (100%) rename {charts => manifests}/rabbitmq/staging/nodeport.yaml (100%) rename {charts => manifests}/rabbitmq/values-prod.yaml (100%) rename {charts => manifests}/rabbitmq/values-staging.yaml (100%) rename {charts => manifests}/redis/base/kustomization.yaml (100%) rename {charts => manifests}/redis/chart (100%) rename {charts => manifests}/redis/prod/kustomization.yaml (100%) rename {charts => manifests}/redis/prod/nodeport.yaml (100%) rename {charts => manifests}/redis/staging/kustomization.yaml (100%) rename {charts => manifests}/redis/staging/nodeport.yaml (100%) rename {charts => manifests}/redis/values-prod.yaml (100%) rename {charts => manifests}/redis/values-staging.yaml (100%) rename {charts => manifests}/redis/values.yaml (100%) rename {charts => manifests}/seq/values.yaml (100%) rename {charts => manifests}/sorcerer/base/deployment_patch.yaml (100%) rename {charts => manifests}/sorcerer/base/kustomization.yaml (100%) create mode 100644 manifests/sorcerer/chart rename {charts => manifests}/sorcerer/prod/appsettings.json (100%) rename {charts => manifests}/sorcerer/prod/archives-ceph-volume.yaml (100%) rename {charts => manifests}/sorcerer/prod/default.env (100%) rename {charts => manifests}/sorcerer/prod/deployment_patch.yaml (100%) rename {charts => manifests}/sorcerer/prod/kustomization.yaml (100%) rename {charts => manifests}/sorcerer/prod/pv.yaml (100%) rename {charts => manifests}/sorcerer/prod/pvc.yaml (100%) rename {charts => manifests}/sorcerer/staging/appsettings.json (100%) rename {charts => manifests}/sorcerer/staging/archives-ceph-volume.yaml (100%) rename {charts => manifests}/sorcerer/staging/default.env (100%) rename {charts => manifests}/sorcerer/staging/deployment_patch.yaml (100%) rename {charts => manifests}/sorcerer/staging/kustomization.yaml (100%) rename {charts => manifests}/sorcerer/staging/pv.yaml (100%) rename {charts => manifests}/sorcerer/staging/pvc.yaml (100%) rename {charts => manifests}/sorcerer/values-prod.yaml (100%) rename {charts => manifests}/sorcerer/values-staging.yaml (100%) rename {charts => manifests}/wordpress/values.yaml (100%) diff --git a/charts/archmeister/chart/.helmignore b/charts/archmeister/chart/.helmignore deleted file mode 100644 index 61e5ef82..00000000 --- a/charts/archmeister/chart/.helmignore +++ /dev/null @@ -1,26 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ -base/ -prod/ -staging/ -review/ diff --git a/charts/archmeister/chart/Chart.yaml b/charts/archmeister/chart/Chart.yaml deleted file mode 100644 index b9955223..00000000 --- a/charts/archmeister/chart/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -name: archmeister -description: Archive management for Atlantis -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -version: v6.19.5 -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. -appVersion: v6.19.5 diff --git a/charts/archmeister/chart/templates/NOTES.txt b/charts/archmeister/chart/templates/NOTES.txt deleted file mode 100644 index cdd44aef..00000000 --- a/charts/archmeister/chart/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "Archmeister.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "Archmeister.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "Archmeister.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "Archmeister.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/charts/archmeister/chart/templates/_helpers.tpl b/charts/archmeister/chart/templates/_helpers.tpl deleted file mode 100644 index df8075fe..00000000 --- a/charts/archmeister/chart/templates/_helpers.tpl +++ /dev/null @@ -1,63 +0,0 @@ -{{/* vim: set filetype=mustache: */}} -{{/* -Expand the name of the chart. -*/}} -{{- define "Archmeister.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "Archmeister.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "Archmeister.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "Archmeister.labels" -}} -helm.sh/chart: {{ include "Archmeister.chart" . }} -{{ include "Archmeister.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "Archmeister.selectorLabels" -}} -app.kubernetes.io/name: {{ include "Archmeister.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "Archmeister.serviceAccountName" -}} -{{- if .Values.serviceAccount.create -}} - {{ default (include "Archmeister.fullname" .) .Values.serviceAccount.name }} -{{- else -}} - {{ default "default" .Values.serviceAccount.name }} -{{- end -}} -{{- end -}} diff --git a/charts/archmeister/chart/templates/cluster.yaml b/charts/archmeister/chart/templates/cluster.yaml deleted file mode 100644 index 35a3817f..00000000 --- a/charts/archmeister/chart/templates/cluster.yaml +++ /dev/null @@ -1,33 +0,0 @@ -{{- if .Values.cluster.enabled -}} -apiVersion: postgresql.cnpg.io/v1 -kind: Cluster -metadata: - name: {{ include "Archmeister.fullname" . }} - annotations: - linkerd.io/inject: disabled - labels: - {{- include "Archmeister.labels" . | nindent 4 }} -spec: - imageName: {{ .Values.cluster.imageName | default "ghcr.io/cloudnative-pg/postgresql:15-3" }} - instances: {{ .Values.cluster.instances | default "2" }} - - # Example of rolling update strategy: - # - unsupervised: automated update of the primary once all - # replicas have been upgraded (default) - # - supervised: requires manual supervision to perform - # the switchover of the primary - primaryUpdateStrategy: unsupervised - backup: - retentionPolicy: {{ .Values.cluster.backupRetention | default "60d" }} - - storage: - size: {{ .Values.cluster.size | default "5Gi" }} - - {{- with .Values.cluster.bootstrap }} - bootstrap: - {{- toYaml . | nindent 4 }} - {{- end }} - -{{- end }} - - diff --git a/charts/archmeister/chart/templates/deployment.yaml b/charts/archmeister/chart/templates/deployment.yaml deleted file mode 100644 index 10825179..00000000 --- a/charts/archmeister/chart/templates/deployment.yaml +++ /dev/null @@ -1,100 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "Archmeister.fullname" . }} - labels: - {{- include "Archmeister.labels" . | nindent 4 }} -spec: - {{- if not .Values.autoscaling.enabled }} - replicas: {{ .Values.replicaCount }} - {{- end }} - selector: - matchLabels: - {{- include "Archmeister.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "Archmeister.selectorLabels" . | nindent 8 }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ include "Archmeister.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: {{ .Values.service.port }} - protocol: TCP - env: - - name: LOG_LEVEL - value: "3" - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http - resources: - {{- toYaml .Values.resources | nindent 12 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- if .Values.service.https }} - - name: tls-certificates - mountPath: /app/tls - readOnly: true - {{- end }} - {{- if .Values.init.enabled }} - initContainers: - - name: init - image: {{ .Values.init.image }} - command: {{- toYaml .Values.init.command | nindent 10 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- end }} - volumes: - - name: data - {{- if .Values.persistence.enabled }} - persistentVolumeClaim: - claimName: {{ .Values.persistence.existingClaim | default (include "Archmeister.fullname" .) }} - {{- else }} - emptyDir: {} - {{- end }} - - name: appsettings - secret: - secretName: {{ template "Archmeister.fullname" . }}-appsettings - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/charts/archmeister/chart/templates/hpa.yaml b/charts/archmeister/chart/templates/hpa.yaml deleted file mode 100644 index 3b6188ac..00000000 --- a/charts/archmeister/chart/templates/hpa.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 -kind: HorizontalPodAutoscaler -metadata: - name: {{ include "Archmeister.fullname" . }} - labels: - {{- include "Archmeister.labels" . | nindent 4 }} -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: {{ include "Archmeister.fullname" . }} - minReplicas: {{ .Values.autoscaling.minReplicas }} - maxReplicas: {{ .Values.autoscaling.maxReplicas }} - metrics: - {{- if .Values.autoscaling.targetCPUUtilizationPercentage }} - - type: Resource - resource: - name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} - {{- end }} - {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - - type: Resource - resource: - name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} - {{- end }} -{{- end }} diff --git a/charts/archmeister/chart/templates/ingress.yaml b/charts/archmeister/chart/templates/ingress.yaml deleted file mode 100644 index c0175d86..00000000 --- a/charts/archmeister/chart/templates/ingress.yaml +++ /dev/null @@ -1,61 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "Archmeister.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - {{- include "Archmeister.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ $fullName }} - port: - number: {{ $svcPort }} - {{- else }} - serviceName: {{ $fullName }} - servicePort: {{ $svcPort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/archmeister/chart/templates/internal-ingress.yaml b/charts/archmeister/chart/templates/internal-ingress.yaml deleted file mode 100644 index 6f1a9489..00000000 --- a/charts/archmeister/chart/templates/internal-ingress.yaml +++ /dev/null @@ -1,62 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "Archmeister.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }}-internal - labels: - {{- include "Archmeister.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - atlantis.oceanbox.io/expose: internal - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ $fullName }} - port: - number: {{ $svcPort }} - {{- else }} - serviceName: {{ $fullName }} - servicePort: {{ $svcPort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/archmeister/chart/templates/pvc.yaml b/charts/archmeister/chart/templates/pvc.yaml deleted file mode 100644 index b80212cc..00000000 --- a/charts/archmeister/chart/templates/pvc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} -kind: PersistentVolumeClaim -apiVersion: v1 -metadata: - name: {{ template "Archmeister.fullname" . }} -{{- with .Values.persistence.annotations }} - annotations: -{{ toYaml . | indent 4 }} -{{- end }} - labels: -{{ include "Archmeister.labels" . | indent 4 }} -spec: - accessModes: - - {{ .Values.persistence.accessMode | quote }} - resources: - requests: - storage: {{ .Values.persistence.size | quote }} -{{- if .Values.persistence.storageClass }} -{{- if (eq "-" .Values.persistence.storageClass) }} - storageClassName: "" -{{- else }} - storageClassName: "{{ .Values.persistence.storageClass }}" -{{- end }} -{{- end }} -{{- end }} diff --git a/charts/archmeister/chart/templates/service.yaml b/charts/archmeister/chart/templates/service.yaml deleted file mode 100644 index c65560a7..00000000 --- a/charts/archmeister/chart/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "Archmeister.fullname" . }} - labels: - {{- include "Archmeister.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "Archmeister.selectorLabels" . | nindent 4 }} diff --git a/charts/archmeister/chart/templates/serviceaccount.yaml b/charts/archmeister/chart/templates/serviceaccount.yaml deleted file mode 100644 index 241b979e..00000000 --- a/charts/archmeister/chart/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "Archmeister.serviceAccountName" . }} - labels: - {{- include "Archmeister.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/charts/archmeister/chart/values.yaml b/charts/archmeister/chart/values.yaml deleted file mode 100644 index 2093495b..00000000 --- a/charts/archmeister/chart/values.yaml +++ /dev/null @@ -1,96 +0,0 @@ -# Default values for Archivist. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 -image: - repository: registry.gitlab.com/oceanbox/oceanbox.dataagent - tag: v6.19.5 - pullPolicy: IfNotPresent -init: - enabled: false - image: ubuntu:rolling - command: ["/bin/sh", "-c", "true"] -imagePullSecrets: - - name: gitlab-pull-secret -nameOverride: "" -fullnameOverride: "" -serviceAccount: - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" -podAnnotations: {} -podSecurityContext: - fsGroup: 2001 -securityContext: - capabilities: - drop: - - ALL - readOnlyRootFilesystem: false - runAsNonRoot: true - runAsUser: 2001 -service: - type: ClusterIP - port: 8085 -ingress: - enabled: true - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/ssl-redirect: "true" - nginx.ingress.kubernetes.io/backend-protocol: HTTP - hosts: - - host: archmeister.srv.oceanbox.io - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - archmeister.srv.oceanbox.io - secretName: archmeister-tls - internal: - annotations: {} - # nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 -persistence: - enabled: false - # size: 10G - # storageClass: "" - # accessMode: ReadWriteMany -cluster: - enabled: true - instances: 1 - size: 5Gi - backupEnabled: false - backupRetention: 30d - imageName: ghcr.io/cloudnative-pg/postgis:15-3.3 - bootstrap: - initdb: - postInitTemplateSQL: - - CREATE EXTENSION postgis; - - CREATE EXTENSION postgis_topology; - - CREATE EXTENSION fuzzystrmatch; - - CREATE EXTENSION postgis_tiger_geocoder; - - ALTER USER app WITH SUPERUSER; -resources: {} -# We usually recommend not to specify default resources and to leave this as a conscious -# choice for the user. This also increases chances charts run on environments with little -# resources, such as Minikube. If you do want to specify resources, uncomment the following -# lines, adjust them as necessary, and remove the curly braces after 'resources:'. -# limits: -# cpu: 100m -# memory: 128Mi -# requests: -# cpu: 100m -# memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 -nodeSelector: {} -tolerations: [] -affinity: {} diff --git a/charts/atlantis/chart/.helmignore b/charts/atlantis/chart/.helmignore deleted file mode 100644 index 61e5ef82..00000000 --- a/charts/atlantis/chart/.helmignore +++ /dev/null @@ -1,26 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ -base/ -prod/ -staging/ -review/ diff --git a/charts/atlantis/chart/Chart.yaml b/charts/atlantis/chart/Chart.yaml deleted file mode 100644 index cf2afd74..00000000 --- a/charts/atlantis/chart/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -name: atlantis -description: Atlantis map and simulation service -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -version: v2.78.15 -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. -appVersion: v2.78.15 diff --git a/charts/atlantis/chart/templates/NOTES.txt b/charts/atlantis/chart/templates/NOTES.txt deleted file mode 100644 index a89039c4..00000000 --- a/charts/atlantis/chart/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "Atlantis.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "Atlantis.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "Atlantis.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "Atlantis.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/charts/atlantis/chart/templates/_helpers.tpl b/charts/atlantis/chart/templates/_helpers.tpl deleted file mode 100644 index b7532841..00000000 --- a/charts/atlantis/chart/templates/_helpers.tpl +++ /dev/null @@ -1,63 +0,0 @@ -{{/* vim: set filetype=mustache: */}} -{{/* -Expand the name of the chart. -*/}} -{{- define "Atlantis.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "Atlantis.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "Atlantis.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "Atlantis.labels" -}} -helm.sh/chart: {{ include "Atlantis.chart" . }} -{{ include "Atlantis.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "Atlantis.selectorLabels" -}} -app.kubernetes.io/name: {{ include "Atlantis.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "Atlantis.serviceAccountName" -}} -{{- if .Values.serviceAccount.create -}} - {{ default (include "Atlantis.fullname" .) .Values.serviceAccount.name }} -{{- else -}} - {{ default "default" .Values.serviceAccount.name }} -{{- end -}} -{{- end -}} diff --git a/charts/atlantis/chart/templates/cluster.yaml b/charts/atlantis/chart/templates/cluster.yaml deleted file mode 100644 index 957837c0..00000000 --- a/charts/atlantis/chart/templates/cluster.yaml +++ /dev/null @@ -1,26 +0,0 @@ -{{- if .Values.cluster.enabled -}} -apiVersion: postgresql.cnpg.io/v1 -kind: Cluster -metadata: - name: {{ include "Atlantis.fullname" . }} - annotations: - linkerd.io/inject: disabled - labels: - {{- include "Atlantis.labels" . | nindent 4 }} -spec: - instances: {{ .Values.cluster.instances | default "2" }} - - # Example of rolling update strategy: - # - unsupervised: automated update of the primary once all - # replicas have been upgraded (default) - # - supervised: requires manual supervision to perform - # the switchover of the primary - primaryUpdateStrategy: unsupervised - backup: - retentionPolicy: {{ .Values.cluster.backupRetention | default "60d" }} - - storage: - size: {{ .Values.cluster.size | default "5Gi" }} -{{- end }} - - diff --git a/charts/atlantis/chart/templates/deployment.yaml b/charts/atlantis/chart/templates/deployment.yaml deleted file mode 100644 index e6f6dc55..00000000 --- a/charts/atlantis/chart/templates/deployment.yaml +++ /dev/null @@ -1,99 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "Atlantis.fullname" . }} - labels: - {{- include "Atlantis.labels" . | nindent 4 }} -spec: - {{- if not .Values.autoscaling.enabled }} - replicas: {{ .Values.replicaCount }} - {{- end }} - selector: - matchLabels: - {{- include "Atlantis.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "Atlantis.selectorLabels" . | nindent 8 }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ include "Atlantis.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: {{ .Values.service.port }} - protocol: TCP - env: - {{- toYaml .Values.env | nindent 12 }} - livenessProbe: - httpGet: - path: /healthz - port: http - readinessProbe: - httpGet: - path: /healthz - port: http - resources: - {{- toYaml .Values.resources | nindent 12 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- if .Values.service.https }} - - name: tls-certificates - mountPath: /app/tls - readOnly: true - {{- end }} - {{- if .Values.init.enabled }} - initContainers: - - name: init - image: {{ .Values.init.image }} - command: {{- toYaml .Values.init.command | nindent 10 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- end }} - volumes: - - name: data - {{- if .Values.persistence.enabled }} - persistentVolumeClaim: - claimName: {{ .Values.persistence.existingClaim | default (include "Atlantis.fullname" .) }} - {{- else }} - emptyDir: {} - {{- end }} - - name: appsettings - secret: - secretName: {{ template "Atlantis.fullname" . }}-appsettings - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/charts/atlantis/chart/templates/hpa.yaml b/charts/atlantis/chart/templates/hpa.yaml deleted file mode 100644 index 88ff2c11..00000000 --- a/charts/atlantis/chart/templates/hpa.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 -kind: HorizontalPodAutoscaler -metadata: - name: {{ include "Atlantis.fullname" . }} - labels: - {{- include "Atlantis.labels" . | nindent 4 }} -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: {{ include "Atlantis.fullname" . }} - minReplicas: {{ .Values.autoscaling.minReplicas }} - maxReplicas: {{ .Values.autoscaling.maxReplicas }} - metrics: - {{- if .Values.autoscaling.targetCPUUtilizationPercentage }} - - type: Resource - resource: - name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} - {{- end }} - {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - - type: Resource - resource: - name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} - {{- end }} -{{- end }} diff --git a/charts/atlantis/chart/templates/ingress.yaml b/charts/atlantis/chart/templates/ingress.yaml deleted file mode 100644 index 588939f4..00000000 --- a/charts/atlantis/chart/templates/ingress.yaml +++ /dev/null @@ -1,61 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "Atlantis.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - {{- include "Atlantis.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ $fullName }} - port: - number: {{ $svcPort }} - {{- else }} - serviceName: {{ $fullName }} - servicePort: {{ $svcPort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/atlantis/chart/templates/pvc.yaml b/charts/atlantis/chart/templates/pvc.yaml deleted file mode 100644 index 2e9d6b11..00000000 --- a/charts/atlantis/chart/templates/pvc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} -kind: PersistentVolumeClaim -apiVersion: v1 -metadata: - name: {{ template "Atlantis.fullname" . }} -{{- with .Values.persistence.annotations }} - annotations: -{{ toYaml . | indent 4 }} -{{- end }} - labels: -{{ include "Atlantis.labels" . | indent 4 }} -spec: - accessModes: - - {{ .Values.persistence.accessMode | quote }} - resources: - requests: - storage: {{ .Values.persistence.size | quote }} -{{- if .Values.persistence.storageClass }} -{{- if (eq "-" .Values.persistence.storageClass) }} - storageClassName: "" -{{- else }} - storageClassName: "{{ .Values.persistence.storageClass }}" -{{- end }} -{{- end }} -{{- end }} diff --git a/charts/atlantis/chart/templates/service.yaml b/charts/atlantis/chart/templates/service.yaml deleted file mode 100644 index de02894a..00000000 --- a/charts/atlantis/chart/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "Atlantis.fullname" . }} - labels: - {{- include "Atlantis.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "Atlantis.selectorLabels" . | nindent 4 }} diff --git a/charts/atlantis/chart/templates/serviceaccount.yaml b/charts/atlantis/chart/templates/serviceaccount.yaml deleted file mode 100644 index b665c29a..00000000 --- a/charts/atlantis/chart/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "Atlantis.serviceAccountName" . }} - labels: - {{- include "Atlantis.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/charts/atlantis/chart/values.yaml b/charts/atlantis/chart/values.yaml deleted file mode 100644 index b2434119..00000000 --- a/charts/atlantis/chart/values.yaml +++ /dev/null @@ -1,87 +0,0 @@ -# Default values for Atlantis. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 -image: - repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.78.15 - pullPolicy: IfNotPresent -init: - enabled: false - image: ubuntu:rolling - command: ["/bin/sh", "-c", "true"] -env: - - name: LOG_LEVEL - value: "3" -imagePullSecrets: - - name: gitlab-pull-secret -nameOverride: "" -fullnameOverride: "" -serviceAccount: - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" -podAnnotations: {} -podSecurityContext: - fsGroup: 2000 -securityContext: - capabilities: - drop: - - ALL - readOnlyRootFilesystem: false - runAsNonRoot: true - runAsUser: 1000 -service: - type: ClusterIP - port: 8085 -ingress: - enabled: true - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/ssl-redirect: "true" - nginx.ingress.kubernetes.io/backend-protocol: HTTP - hosts: - - host: atlantis.srv.oceanbox.io - paths: - - path: / - pathType: ImplementationSpecific - tls: - - hosts: - - atlantis.srv.oceanbox.io - secretName: atlantis-tls -persistence: - enabled: false - size: 1G - storageClass: "" - accessMode: ReadWriteOnce -cluster: - enabled: false - instances: 2 - backupEnabled: true - backupRetention: 60d - size: 5Gi -resources: {} -# We usually recommend not to specify default resources and to leave this as a conscious -# choice for the user. This also increases chances charts run on environments with little -# resources, such as Minikube. If you do want to specify resources, uncomment the following -# lines, adjust them as necessary, and remove the curly braces after 'resources:'. -# limits: -# cpu: 100m -# memory: 128Mi -# requests: -# cpu: 100m -# memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 -nodeSelector: {} -tolerations: [] -affinity: {} diff --git a/charts/busynix/chart/.helmignore b/charts/busynix/chart/.helmignore deleted file mode 100644 index 61e5ef82..00000000 --- a/charts/busynix/chart/.helmignore +++ /dev/null @@ -1,26 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ -base/ -prod/ -staging/ -review/ diff --git a/charts/busynix/chart/Chart.yaml b/charts/busynix/chart/Chart.yaml deleted file mode 100644 index 477872ba..00000000 --- a/charts/busynix/chart/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -name: busynix -description: Busynix is busybox on steroids -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -version: v1.0.1 -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. -appVersion: v1.0.1 diff --git a/charts/busynix/chart/templates/NOTES.txt b/charts/busynix/chart/templates/NOTES.txt deleted file mode 100644 index 922f93d3..00000000 --- a/charts/busynix/chart/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "Busynix.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "Busynix.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "Busynix.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "Busynix.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/charts/busynix/chart/templates/_helpers.tpl b/charts/busynix/chart/templates/_helpers.tpl deleted file mode 100644 index 195d4739..00000000 --- a/charts/busynix/chart/templates/_helpers.tpl +++ /dev/null @@ -1,63 +0,0 @@ -{{/* vim: set filetype=mustache: */}} -{{/* -Expand the name of the chart. -*/}} -{{- define "Busynix.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "Busynix.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "Busynix.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "Busynix.labels" -}} -helm.sh/chart: {{ include "Busynix.chart" . }} -{{ include "Busynix.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "Busynix.selectorLabels" -}} -app.kubernetes.io/name: {{ include "Busynix.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "Busynix.serviceAccountName" -}} -{{- if .Values.serviceAccount.create -}} - {{ default (include "Busynix.fullname" .) .Values.serviceAccount.name }} -{{- else -}} - {{ default "default" .Values.serviceAccount.name }} -{{- end -}} -{{- end -}} diff --git a/charts/busynix/chart/templates/cluster.yaml b/charts/busynix/chart/templates/cluster.yaml deleted file mode 100644 index 583e76f7..00000000 --- a/charts/busynix/chart/templates/cluster.yaml +++ /dev/null @@ -1,26 +0,0 @@ -{{- if .Values.cluster.enabled -}} -apiVersion: postgresql.cnpg.io/v1 -kind: Cluster -metadata: - name: {{ include "Busynix.fullname" . }} - annotations: - linkerd.io/inject: disabled - labels: - {{- include "Busynix.labels" . | nindent 4 }} -spec: - instances: {{ .Values.cluster.instances | default "2" }} - - # Example of rolling update strategy: - # - unsupervised: automated update of the primary once all - # replicas have been upgraded (default) - # - supervised: requires manual supervision to perform - # the switchover of the primary - primaryUpdateStrategy: unsupervised - backup: - retentionPolicy: {{ .Values.cluster.backupRetention | default "60d" }} - - storage: - size: {{ .Values.cluster.size | default "5Gi" }} -{{- end }} - - diff --git a/charts/busynix/chart/templates/deployment.yaml b/charts/busynix/chart/templates/deployment.yaml deleted file mode 100644 index fbb777e6..00000000 --- a/charts/busynix/chart/templates/deployment.yaml +++ /dev/null @@ -1,84 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "Busynix.fullname" . }} - labels: - {{- include "Busynix.labels" . | nindent 4 }} -spec: - {{- if not .Values.autoscaling.enabled }} - replicas: {{ .Values.replicaCount }} - {{- end }} - selector: - matchLabels: - {{- include "Busynix.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "Busynix.selectorLabels" . | nindent 8 }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ include "Busynix.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: {{ .Values.service.port }} - protocol: TCP - env: - - name: LOG_LEVEL - value: "3" - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http - resources: - {{- toYaml .Values.resources | nindent 12 }} - volumeMounts: - - name: data - mountPath: /data - {{- if .Values.init.enabled }} - initContainers: - - name: init - image: {{ .Values.init.image }} - command: {{- toYaml .Values.init.command | nindent 10 }} - volumeMounts: - - name: data - mountPath: /data - {{- end }} - volumes: - - name: data - {{- if .Values.persistence.enabled }} - persistentVolumeClaim: - claimName: {{ .Values.persistence.existingClaim | default (include "Busynix.fullname" .) }} - {{- else }} - emptyDir: {} - {{- end }} - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/charts/busynix/chart/templates/hpa.yaml b/charts/busynix/chart/templates/hpa.yaml deleted file mode 100644 index 26f6ea96..00000000 --- a/charts/busynix/chart/templates/hpa.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 -kind: HorizontalPodAutoscaler -metadata: - name: {{ include "Busynix.fullname" . }} - labels: - {{- include "Busynix.labels" . | nindent 4 }} -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: {{ include "Busynix.fullname" . }} - minReplicas: {{ .Values.autoscaling.minReplicas }} - maxReplicas: {{ .Values.autoscaling.maxReplicas }} - metrics: - {{- if .Values.autoscaling.targetCPUUtilizationPercentage }} - - type: Resource - resource: - name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} - {{- end }} - {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - - type: Resource - resource: - name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} - {{- end }} -{{- end }} diff --git a/charts/busynix/chart/templates/ingress.yaml b/charts/busynix/chart/templates/ingress.yaml deleted file mode 100644 index 36f2edc7..00000000 --- a/charts/busynix/chart/templates/ingress.yaml +++ /dev/null @@ -1,61 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "Busynix.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - {{- include "Busynix.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ $fullName }} - port: - number: {{ $svcPort }} - {{- else }} - serviceName: {{ $fullName }} - servicePort: {{ $svcPort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/busynix/chart/templates/pvc.yaml b/charts/busynix/chart/templates/pvc.yaml deleted file mode 100644 index 2cc45b99..00000000 --- a/charts/busynix/chart/templates/pvc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} -kind: PersistentVolumeClaim -apiVersion: v1 -metadata: - name: {{ template "Busynix.fullname" . }} -{{- with .Values.persistence.annotations }} - annotations: -{{ toYaml . | indent 4 }} -{{- end }} - labels: -{{ include "Busynix.labels" . | indent 4 }} -spec: - accessModes: - - {{ .Values.persistence.accessMode | quote }} - resources: - requests: - storage: {{ .Values.persistence.size | quote }} -{{- if .Values.persistence.storageClass }} -{{- if (eq "-" .Values.persistence.storageClass) }} - storageClassName: "" -{{- else }} - storageClassName: "{{ .Values.persistence.storageClass }}" -{{- end }} -{{- end }} -{{- end }} diff --git a/charts/busynix/chart/templates/service.yaml b/charts/busynix/chart/templates/service.yaml deleted file mode 100644 index 1a079513..00000000 --- a/charts/busynix/chart/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "Busynix.fullname" . }} - labels: - {{- include "Busynix.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "Busynix.selectorLabels" . | nindent 4 }} diff --git a/charts/busynix/chart/templates/serviceaccount.yaml b/charts/busynix/chart/templates/serviceaccount.yaml deleted file mode 100644 index a7948abf..00000000 --- a/charts/busynix/chart/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "Busynix.serviceAccountName" . }} - labels: - {{- include "Busynix.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/charts/busynix/chart/values.yaml b/charts/busynix/chart/values.yaml deleted file mode 100644 index 298c9ab7..00000000 --- a/charts/busynix/chart/values.yaml +++ /dev/null @@ -1,84 +0,0 @@ -# Default values for Busynix. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 -image: - repository: registry.gitlab.com/oceanbox/busynix - tag: v1.0.1 - pullPolicy: IfNotPresent -init: - enabled: false - image: ubuntu:rolling - command: ["/bin/sh", "-c", "true"] -imagePullSecrets: - - name: gitlab-pull-secret -nameOverride: "" -fullnameOverride: "" -serviceAccount: - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" -podAnnotations: {} -podSecurityContext: - fsGroup: 2000 -securityContext: - capabilities: - drop: - - ALL - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 -service: - type: ClusterIP - port: 8000 -ingress: - enabled: false - className: nginx - annotations: - nginx.ingress.kubernetes.io/ssl-redirect: "true" - nginx.ingress.kubernetes.io/backend-protocol: HTTP - hosts: - - host: busynix.srv.oceanbox.io - paths: - - path: / - pathType: ImplementationSpecific - tls: - - hosts: - - busynix.srv.oceanbox.io - secretName: busynix-tls -persistence: - enabled: false - size: 1G - storageClass: "" - accessMode: ReadWriteOnce -cluster: - enabled: false - instances: 2 - backupEnabled: true - backupRetention: 60d - size: 5Gi -resources: {} -# We usually recommend not to specify default resources and to leave this as a conscious -# choice for the user. This also increases chances charts run on environments with little -# resources, such as Minikube. If you do want to specify resources, uncomment the following -# lines, adjust them as necessary, and remove the curly braces after 'resources:'. -# limits: -# cpu: 100m -# memory: 128Mi -# requests: -# cpu: 100m -# memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 -nodeSelector: {} -tolerations: [] -affinity: {} diff --git a/charts/hipster/chart/.helmignore b/charts/hipster/chart/.helmignore deleted file mode 100644 index 50af0317..00000000 --- a/charts/hipster/chart/.helmignore +++ /dev/null @@ -1,22 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/charts/hipster/chart/Chart.yaml b/charts/hipster/chart/Chart.yaml deleted file mode 100644 index 99c670f6..00000000 --- a/charts/hipster/chart/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -name: hipster -description: A Helm chart for Kubernetes -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -version: v2.6.4 -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. -appVersion: v2.6.4 diff --git a/charts/hipster/chart/templates/NOTES.txt b/charts/hipster/chart/templates/NOTES.txt deleted file mode 100644 index 8a9186fe..00000000 --- a/charts/hipster/chart/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "Hipster.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "Hipster.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "Hipster.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "Hipster.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/charts/hipster/chart/templates/_helpers.tpl b/charts/hipster/chart/templates/_helpers.tpl deleted file mode 100644 index b91b9186..00000000 --- a/charts/hipster/chart/templates/_helpers.tpl +++ /dev/null @@ -1,63 +0,0 @@ -{{/* vim: set filetype=mustache: */}} -{{/* -Expand the name of the chart. -*/}} -{{- define "Hipster.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "Hipster.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "Hipster.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "Hipster.labels" -}} -helm.sh/chart: {{ include "Hipster.chart" . }} -{{ include "Hipster.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "Hipster.selectorLabels" -}} -app.kubernetes.io/name: {{ include "Hipster.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "Hipster.serviceAccountName" -}} -{{- if .Values.serviceAccount.create -}} - {{ default (include "Hipster.fullname" .) .Values.serviceAccount.name }} -{{- else -}} - {{ default "default" .Values.serviceAccount.name }} -{{- end -}} -{{- end -}} diff --git a/charts/hipster/chart/templates/deployment.yaml b/charts/hipster/chart/templates/deployment.yaml deleted file mode 100644 index a39ac954..00000000 --- a/charts/hipster/chart/templates/deployment.yaml +++ /dev/null @@ -1,97 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "Hipster.fullname" . }} - labels: - {{- include "Hipster.labels" . | nindent 4 }} -spec: - {{- if not .Values.autoscaling.enabled }} - replicas: {{ .Values.replicaCount }} - {{- end }} - selector: - matchLabels: - {{- include "Hipster.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "Hipster.selectorLabels" . | nindent 8 }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ include "Hipster.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: {{ .Values.service.port }} - protocol: TCP - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http - resources: - {{- toYaml .Values.resources | nindent 12 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- if .Values.service.https }} - - name: tls-certificates - mountPath: /app/tls - readOnly: true - {{- end }} - {{- if .Values.init.enabled }} - initContainers: - - name: init - image: {{ .Values.init.image }} - command: {{- toYaml .Values.init.command | nindent 10 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- end }} - volumes: - - name: data - {{- if .Values.persistence.enabled }} - persistentVolumeClaim: - claimName: {{ .Values.persistence.existingClaim | default (include "Hipster.fullname" .) }} - {{- else }} - emptyDir: {} - {{- end }} - - name: appsettings - secret: - secretName: {{ template "Hipster.fullname" . }}-appsettings - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/charts/hipster/chart/templates/hpa.yaml b/charts/hipster/chart/templates/hpa.yaml deleted file mode 100644 index c77419f1..00000000 --- a/charts/hipster/chart/templates/hpa.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 -kind: HorizontalPodAutoscaler -metadata: - name: {{ include "Hipster.fullname" . }} - labels: - {{- include "Hipster.labels" . | nindent 4 }} -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: {{ include "Hipster.fullname" . }} - minReplicas: {{ .Values.autoscaling.minReplicas }} - maxReplicas: {{ .Values.autoscaling.maxReplicas }} - metrics: - {{- if .Values.autoscaling.targetCPUUtilizationPercentage }} - - type: Resource - resource: - name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} - {{- end }} - {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - - type: Resource - resource: - name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} - {{- end }} -{{- end }} diff --git a/charts/hipster/chart/templates/ingress.yaml b/charts/hipster/chart/templates/ingress.yaml deleted file mode 100644 index afcccbd4..00000000 --- a/charts/hipster/chart/templates/ingress.yaml +++ /dev/null @@ -1,61 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "Hipster.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - {{- include "Hipster.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ $fullName }} - port: - number: {{ $svcPort }} - {{- else }} - serviceName: {{ $fullName }} - servicePort: {{ $svcPort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/hipster/chart/templates/pvc.yaml b/charts/hipster/chart/templates/pvc.yaml deleted file mode 100644 index f466cfef..00000000 --- a/charts/hipster/chart/templates/pvc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} -kind: PersistentVolumeClaim -apiVersion: v1 -metadata: - name: {{ template "Hipster.fullname" . }} -{{- with .Values.persistence.annotations }} - annotations: -{{ toYaml . | indent 4 }} -{{- end }} - labels: -{{ include "Hipster.labels" . | indent 4 }} -spec: - accessModes: - - {{ .Values.persistence.accessMode | quote }} - resources: - requests: - storage: {{ .Values.persistence.size | quote }} -{{- if .Values.persistence.storageClass }} -{{- if (eq "-" .Values.persistence.storageClass) }} - storageClassName: "" -{{- else }} - storageClassName: "{{ .Values.persistence.storageClass }}" -{{- end }} -{{- end }} -{{- end }} diff --git a/charts/hipster/chart/templates/service.yaml b/charts/hipster/chart/templates/service.yaml deleted file mode 100644 index 5f4fb05c..00000000 --- a/charts/hipster/chart/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "Hipster.fullname" . }} - labels: - {{- include "Hipster.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "Hipster.selectorLabels" . | nindent 4 }} diff --git a/charts/hipster/chart/templates/serviceaccount.yaml b/charts/hipster/chart/templates/serviceaccount.yaml deleted file mode 100644 index f116d7f3..00000000 --- a/charts/hipster/chart/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "Hipster.serviceAccountName" . }} - labels: - {{- include "Hipster.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/charts/hipster/chart/values.yaml b/charts/hipster/chart/values.yaml deleted file mode 100644 index f0e0e520..00000000 --- a/charts/hipster/chart/values.yaml +++ /dev/null @@ -1,79 +0,0 @@ -# Default values for Hipster. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 -image: - repository: registry.gitlab.com/oceanbox/hipster - tag: v2.6.4 - pullPolicy: IfNotPresent -init: - enabled: false - image: ubuntu:rolling - command: ["/bin/sh", "-c", "true"] -imagePullSecrets: - - name: gitlab-pull-secret -nameOverride: "" -fullnameOverride: "" -serviceAccount: - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" -podAnnotations: {} -podSecurityContext: - fsGroup: 2001 -securityContext: - capabilities: - drop: - - ALL - readOnlyRootFilesystem: false - runAsNonRoot: true - runAsUser: 2001 -service: - type: ClusterIP - port: 8085 -ingress: - enabled: false - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/ssl-redirect: "true" - nginx.ingress.kubernetes.io/backend-protocol: HTTP - hosts: - - host: hipster.srv.oceanbox.io - paths: - - path: / - pathType: ImplementationSpecific - tls: - - hosts: - - hipster.srv.oceanbox.io - secretName: hipster-tls -persistence: - enabled: false - # existingClaim: oceanbox-archives - # size: 10G - # storageClass: "" - # accessMode: ReadWriteMany -resources: {} -# We usually recommend not to specify default resources and to leave this as a conscious -# choice for the user. This also increases chances charts run on environments with little -# resources, such as Minikube. If you do want to specify resources, uncomment the following -# lines, adjust them as necessary, and remove the curly braces after 'resources:'. -# limits: -# cpu: 100m -# memory: 128Mi -# requests: -# cpu: 100m -# memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 -nodeSelector: {} -tolerations: [] -affinity: {} diff --git a/charts/osm-tile-server/chart/.helmignore b/charts/osm-tile-server/chart/.helmignore deleted file mode 100644 index 61e5ef82..00000000 --- a/charts/osm-tile-server/chart/.helmignore +++ /dev/null @@ -1,26 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ -base/ -prod/ -staging/ -review/ diff --git a/charts/osm-tile-server/chart/Chart.yaml b/charts/osm-tile-server/chart/Chart.yaml deleted file mode 100644 index 63c68f23..00000000 --- a/charts/osm-tile-server/chart/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -name: osm-tile-server -description: OpenStreetMap tile server -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -version: v1.0.1 -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. -appVersion: v1.0.1 diff --git a/charts/osm-tile-server/chart/templates/NOTES.txt b/charts/osm-tile-server/chart/templates/NOTES.txt deleted file mode 100644 index 273ec44c..00000000 --- a/charts/osm-tile-server/chart/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "OSM.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "OSM.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "OSM.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "OSM.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/charts/osm-tile-server/chart/templates/_helpers.tpl b/charts/osm-tile-server/chart/templates/_helpers.tpl deleted file mode 100644 index 4622c2c6..00000000 --- a/charts/osm-tile-server/chart/templates/_helpers.tpl +++ /dev/null @@ -1,63 +0,0 @@ -{{/* vim: set filetype=mustache: */}} -{{/* -Expand the name of the chart. -*/}} -{{- define "OSM.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "OSM.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "OSM.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "OSM.labels" -}} -helm.sh/chart: {{ include "OSM.chart" . }} -{{ include "OSM.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "OSM.selectorLabels" -}} -app.kubernetes.io/name: {{ include "OSM.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "OSM.serviceAccountName" -}} -{{- if .Values.serviceAccount.create -}} - {{ default (include "OSM.fullname" .) .Values.serviceAccount.name }} -{{- else -}} - {{ default "default" .Values.serviceAccount.name }} -{{- end -}} -{{- end -}} diff --git a/charts/osm-tile-server/chart/templates/cluster.yaml b/charts/osm-tile-server/chart/templates/cluster.yaml deleted file mode 100644 index 092309b1..00000000 --- a/charts/osm-tile-server/chart/templates/cluster.yaml +++ /dev/null @@ -1,26 +0,0 @@ -{{- if .Values.cluster.enabled -}} -apiVersion: postgresql.cnpg.io/v1 -kind: Cluster -metadata: - name: {{ include "OSM.fullname" . }} - annotations: - linkerd.io/inject: disabled - labels: - {{- include "OSM.labels" . | nindent 4 }} -spec: - instances: {{ .Values.cluster.instances | default "2" }} - - # Example of rolling update strategy: - # - unsupervised: automated update of the primary once all - # replicas have been upgraded (default) - # - supervised: requires manual supervision to perform - # the switchover of the primary - primaryUpdateStrategy: unsupervised - backup: - retentionPolicy: {{ .Values.cluster.backupRetention | default "60d" }} - - storage: - size: {{ .Values.cluster.size | default "5Gi" }} -{{- end }} - - diff --git a/charts/osm-tile-server/chart/templates/deployment.yaml b/charts/osm-tile-server/chart/templates/deployment.yaml deleted file mode 100644 index 4ac4325f..00000000 --- a/charts/osm-tile-server/chart/templates/deployment.yaml +++ /dev/null @@ -1,84 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "OSM.fullname" . }} - labels: - {{- include "OSM.labels" . | nindent 4 }} -spec: - {{- if not .Values.autoscaling.enabled }} - replicas: {{ .Values.replicaCount }} - {{- end }} - selector: - matchLabels: - {{- include "OSM.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "OSM.selectorLabels" . | nindent 8 }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ include "OSM.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: {{ .Values.service.port }} - protocol: TCP - env: - - name: LOG_LEVEL - value: "3" - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http - resources: - {{- toYaml .Values.resources | nindent 12 }} - volumeMounts: - - name: data - mountPath: /data - {{- if .Values.init.enabled }} - initContainers: - - name: init - image: {{ .Values.init.image }} - command: {{- toYaml .Values.init.command | nindent 10 }} - volumeMounts: - - name: data - mountPath: /data - {{- end }} - volumes: - - name: data - {{- if .Values.persistence.enabled }} - persistentVolumeClaim: - claimName: {{ .Values.persistence.existingClaim | default (include "OSM.fullname" .) }} - {{- else }} - emptyDir: {} - {{- end }} - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/charts/osm-tile-server/chart/templates/hpa.yaml b/charts/osm-tile-server/chart/templates/hpa.yaml deleted file mode 100644 index 32d08b96..00000000 --- a/charts/osm-tile-server/chart/templates/hpa.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 -kind: HorizontalPodAutoscaler -metadata: - name: {{ include "OSM.fullname" . }} - labels: - {{- include "OSM.labels" . | nindent 4 }} -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: {{ include "OSM.fullname" . }} - minReplicas: {{ .Values.autoscaling.minReplicas }} - maxReplicas: {{ .Values.autoscaling.maxReplicas }} - metrics: - {{- if .Values.autoscaling.targetCPUUtilizationPercentage }} - - type: Resource - resource: - name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} - {{- end }} - {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - - type: Resource - resource: - name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} - {{- end }} -{{- end }} diff --git a/charts/osm-tile-server/chart/templates/ingress.yaml b/charts/osm-tile-server/chart/templates/ingress.yaml deleted file mode 100644 index e4f291be..00000000 --- a/charts/osm-tile-server/chart/templates/ingress.yaml +++ /dev/null @@ -1,61 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "OSM.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - {{- include "OSM.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ $fullName }} - port: - number: {{ $svcPort }} - {{- else }} - serviceName: {{ $fullName }} - servicePort: {{ $svcPort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/osm-tile-server/chart/templates/pvc.yaml b/charts/osm-tile-server/chart/templates/pvc.yaml deleted file mode 100644 index 121e8a9c..00000000 --- a/charts/osm-tile-server/chart/templates/pvc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} -kind: PersistentVolumeClaim -apiVersion: v1 -metadata: - name: {{ template "OSM.fullname" . }} -{{- with .Values.persistence.annotations }} - annotations: -{{ toYaml . | indent 4 }} -{{- end }} - labels: -{{ include "OSM.labels" . | indent 4 }} -spec: - accessModes: - - {{ .Values.persistence.accessMode | quote }} - resources: - requests: - storage: {{ .Values.persistence.size | quote }} -{{- if .Values.persistence.storageClass }} -{{- if (eq "-" .Values.persistence.storageClass) }} - storageClassName: "" -{{- else }} - storageClassName: "{{ .Values.persistence.storageClass }}" -{{- end }} -{{- end }} -{{- end }} diff --git a/charts/osm-tile-server/chart/templates/service.yaml b/charts/osm-tile-server/chart/templates/service.yaml deleted file mode 100644 index 18dd5aa2..00000000 --- a/charts/osm-tile-server/chart/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "OSM.fullname" . }} - labels: - {{- include "OSM.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "OSM.selectorLabels" . | nindent 4 }} diff --git a/charts/osm-tile-server/chart/templates/serviceaccount.yaml b/charts/osm-tile-server/chart/templates/serviceaccount.yaml deleted file mode 100644 index 8fd01510..00000000 --- a/charts/osm-tile-server/chart/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "OSM.serviceAccountName" . }} - labels: - {{- include "OSM.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/charts/osm-tile-server/chart/values.yaml b/charts/osm-tile-server/chart/values.yaml deleted file mode 100644 index f015496a..00000000 --- a/charts/osm-tile-server/chart/values.yaml +++ /dev/null @@ -1,84 +0,0 @@ -# Default values for OSM. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 -image: - repository: registry.gitlab.com/oceanbox/osm-tile-server - tag: v1.0.1 - pullPolicy: IfNotPresent -init: - enabled: false - image: ubuntu:rolling - command: ["/bin/sh", "-c", "true"] -imagePullSecrets: - - name: gitlab-pull-secret -nameOverride: "" -fullnameOverride: "" -serviceAccount: - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" -podAnnotations: {} -podSecurityContext: - fsGroup: 2000 -securityContext: - capabilities: - drop: - - ALL - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 -service: - type: ClusterIP - port: 8000 -ingress: - enabled: true - className: nginx - annotations: - nginx.ingress.kubernetes.io/ssl-redirect: "true" - nginx.ingress.kubernetes.io/backend-protocol: HTTP - hosts: - - host: osm.srv.oceanbox.io - paths: - - path: / - pathType: ImplementationSpecific - tls: - - hosts: - - osm.srv.oceanbox.io - secretName: osm-tile-server-tls -persistence: - enabled: false - size: 1G - storageClass: "" - accessMode: ReadWriteOnce -cluster: - enabled: false - instances: 2 - backupEnabled: true - backupRetention: 60d - size: 5Gi -resources: {} -# We usually recommend not to specify default resources and to leave this as a conscious -# choice for the user. This also increases chances charts run on environments with little -# resources, such as Minikube. If you do want to specify resources, uncomment the following -# lines, adjust them as necessary, and remove the curly braces after 'resources:'. -# limits: -# cpu: 100m -# memory: 128Mi -# requests: -# cpu: 100m -# memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 -nodeSelector: {} -tolerations: [] -affinity: {} diff --git a/charts/petimeter/chart/.helmignore b/charts/petimeter/chart/.helmignore deleted file mode 100644 index 50af0317..00000000 --- a/charts/petimeter/chart/.helmignore +++ /dev/null @@ -1,22 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/charts/petimeter/chart/Chart.yaml b/charts/petimeter/chart/Chart.yaml deleted file mode 100644 index 60db2b08..00000000 --- a/charts/petimeter/chart/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -name: petimeter -description: A Helm chart for Kubernetes -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -version: v1.9.8 -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. -appVersion: v1.9.8 diff --git a/charts/petimeter/chart/base/deployment_patch.yaml b/charts/petimeter/chart/base/deployment_patch.yaml deleted file mode 100644 index cd93614f..00000000 --- a/charts/petimeter/chart/base/deployment_patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- op: replace - path: /spec/template/spec/containers/0/livenessProbe/httpGet/path - value: /healthz -- op: replace - path: /spec/template/spec/containers/0/readinessProbe/httpGet/path - value: /healthz -- op: add - path: /spec/template/spec/containers/0/volumeMounts/- - value: - name: acl - mountPath: /app/acl.json - subPath: acl.json - readOnly: true -- op: add - path: /spec/template/spec/volumes/- - value: - name: acl - configMap: - name: petimeter-acl \ No newline at end of file diff --git a/charts/petimeter/chart/base/kustomization.yaml b/charts/petimeter/chart/base/kustomization.yaml deleted file mode 100644 index 24723965..00000000 --- a/charts/petimeter/chart/base/kustomization.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -namespace: oceanbox -patches: - - target: - version: v1 - group: apps - kind: Deployment - name: petimeter - path: deployment_patch.yaml -# configMapGenerator: -# - name: petimeter-acl -# files: -# - acl.json -resources: - - _manifest.yaml \ No newline at end of file diff --git a/charts/petimeter/chart/templates/NOTES.txt b/charts/petimeter/chart/templates/NOTES.txt deleted file mode 100644 index 4f5c17f2..00000000 --- a/charts/petimeter/chart/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "Petimeter.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "Petimeter.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "Petimeter.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "Petimeter.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/charts/petimeter/chart/templates/_helpers.tpl b/charts/petimeter/chart/templates/_helpers.tpl deleted file mode 100644 index 298bd048..00000000 --- a/charts/petimeter/chart/templates/_helpers.tpl +++ /dev/null @@ -1,63 +0,0 @@ -{{/* vim: set filetype=mustache: */}} -{{/* -Expand the name of the chart. -*/}} -{{- define "Petimeter.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "Petimeter.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "Petimeter.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "Petimeter.labels" -}} -helm.sh/chart: {{ include "Petimeter.chart" . }} -{{ include "Petimeter.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "Petimeter.selectorLabels" -}} -app.kubernetes.io/name: {{ include "Petimeter.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "Petimeter.serviceAccountName" -}} -{{- if .Values.serviceAccount.create -}} - {{ default (include "Petimeter.fullname" .) .Values.serviceAccount.name }} -{{- else -}} - {{ default "default" .Values.serviceAccount.name }} -{{- end -}} -{{- end -}} diff --git a/charts/petimeter/chart/templates/cluster.yaml b/charts/petimeter/chart/templates/cluster.yaml deleted file mode 100644 index d6888a25..00000000 --- a/charts/petimeter/chart/templates/cluster.yaml +++ /dev/null @@ -1,26 +0,0 @@ -{{- if .Values.cluster.enabled -}} -apiVersion: postgresql.cnpg.io/v1 -kind: Cluster -metadata: - name: {{ include "Petimeter.fullname" . }} - annotations: - linkerd.io/inject: disabled - labels: - {{- include "Petimeter.labels" . | nindent 4 }} -spec: - instances: {{ .Values.cluster.instances | default "2" }} - - # Example of rolling update strategy: - # - unsupervised: automated update of the primary once all - # replicas have been upgraded (default) - # - supervised: requires manual supervision to perform - # the switchover of the primary - primaryUpdateStrategy: unsupervised - backup: - retentionPolicy: {{ .Values.cluster.backupRetention | default "60d" }} - - storage: - size: {{ .Values.cluster.size | default "5Gi" }} -{{- end }} - - diff --git a/charts/petimeter/chart/templates/deployment.yaml b/charts/petimeter/chart/templates/deployment.yaml deleted file mode 100644 index b666015f..00000000 --- a/charts/petimeter/chart/templates/deployment.yaml +++ /dev/null @@ -1,100 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "Petimeter.fullname" . }} - labels: - {{- include "Petimeter.labels" . | nindent 4 }} -spec: - {{- if not .Values.autoscaling.enabled }} - replicas: {{ .Values.replicaCount }} - {{- end }} - selector: - matchLabels: - {{- include "Petimeter.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "Petimeter.selectorLabels" . | nindent 8 }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ include "Petimeter.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: {{ .Values.service.port }} - protocol: TCP - env: - - name: LOG_LEVEL - value: "3" - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http - resources: - {{- toYaml .Values.resources | nindent 12 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- if .Values.service.https }} - - name: tls-certificates - mountPath: /app/tls - readOnly: true - {{- end }} - {{- if .Values.init.enabled }} - initContainers: - - name: init - image: {{ .Values.init.image }} - command: {{- toYaml .Values.init.command | nindent 10 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- end }} - volumes: - - name: data - {{- if .Values.persistence.enabled }} - persistentVolumeClaim: - claimName: {{ .Values.persistence.existingClaim | default (include "Petimeter.fullname" .) }} - {{- else }} - emptyDir: {} - {{- end }} - - name: appsettings - secret: - secretName: {{ template "Petimeter.fullname" . }}-appsettings - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} \ No newline at end of file diff --git a/charts/petimeter/chart/templates/hpa.yaml b/charts/petimeter/chart/templates/hpa.yaml deleted file mode 100644 index 8cb2928c..00000000 --- a/charts/petimeter/chart/templates/hpa.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 -kind: HorizontalPodAutoscaler -metadata: - name: {{ include "Petimeter.fullname" . }} - labels: - {{- include "Petimeter.labels" . | nindent 4 }} -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: {{ include "Petimeter.fullname" . }} - minReplicas: {{ .Values.autoscaling.minReplicas }} - maxReplicas: {{ .Values.autoscaling.maxReplicas }} - metrics: - {{- if .Values.autoscaling.targetCPUUtilizationPercentage }} - - type: Resource - resource: - name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} - {{- end }} - {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - - type: Resource - resource: - name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} - {{- end }} -{{- end }} diff --git a/charts/petimeter/chart/templates/ingress.yaml b/charts/petimeter/chart/templates/ingress.yaml deleted file mode 100644 index db863960..00000000 --- a/charts/petimeter/chart/templates/ingress.yaml +++ /dev/null @@ -1,61 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "Petimeter.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - {{- include "Petimeter.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ $fullName }} - port: - number: {{ $svcPort }} - {{- else }} - serviceName: {{ $fullName }} - servicePort: {{ $svcPort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/petimeter/chart/templates/pvc.yaml b/charts/petimeter/chart/templates/pvc.yaml deleted file mode 100644 index 49e13c27..00000000 --- a/charts/petimeter/chart/templates/pvc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} -kind: PersistentVolumeClaim -apiVersion: v1 -metadata: - name: {{ template "Petimeter.fullname" . }} -{{- with .Values.persistence.annotations }} - annotations: -{{ toYaml . | indent 4 }} -{{- end }} - labels: -{{ include "Petimeter.labels" . | indent 4 }} -spec: - accessModes: - - {{ .Values.persistence.accessMode | quote }} - resources: - requests: - storage: {{ .Values.persistence.size | quote }} -{{- if .Values.persistence.storageClass }} -{{- if (eq "-" .Values.persistence.storageClass) }} - storageClassName: "" -{{- else }} - storageClassName: "{{ .Values.persistence.storageClass }}" -{{- end }} -{{- end }} -{{- end }} diff --git a/charts/petimeter/chart/templates/service.yaml b/charts/petimeter/chart/templates/service.yaml deleted file mode 100644 index 819bc767..00000000 --- a/charts/petimeter/chart/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "Petimeter.fullname" . }} - labels: - {{- include "Petimeter.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "Petimeter.selectorLabels" . | nindent 4 }} diff --git a/charts/petimeter/chart/templates/serviceaccount.yaml b/charts/petimeter/chart/templates/serviceaccount.yaml deleted file mode 100644 index e169bb6e..00000000 --- a/charts/petimeter/chart/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "Petimeter.serviceAccountName" . }} - labels: - {{- include "Petimeter.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/charts/petimeter/chart/values.yaml b/charts/petimeter/chart/values.yaml deleted file mode 100644 index 3e8e14b7..00000000 --- a/charts/petimeter/chart/values.yaml +++ /dev/null @@ -1,84 +0,0 @@ -# Default values for Petimeter. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 -image: - repository: registry.gitlab.com/oceanbox/petimeter - tag: v1.9.8 - pullPolicy: IfNotPresent -init: - enabled: false - image: ubuntu:rolling - command: ["/bin/sh", "-c", "true"] -imagePullSecrets: - - name: gitlab-pull-secret -nameOverride: "" -fullnameOverride: "" -serviceAccount: - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" -podAnnotations: {} -podSecurityContext: - fsGroup: 2000 -securityContext: - capabilities: - drop: - - ALL - readOnlyRootFilesystem: false - runAsNonRoot: true - runAsUser: 1000 -service: - type: ClusterIP - port: 8085 -ingress: - enabled: false - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/ssl-redirect: "true" - nginx.ingress.kubernetes.io/backend-protocol: HTTP - hosts: - - host: petimeter.srv.oceanbox.io - paths: - - path: / - pathType: ImplementationSpecific - tls: - - hosts: - - petimeter.srv.oceanbox.io - secretName: petimeter-tls -persistence: - enabled: false - size: 1G - storageClass: "" - accessMode: ReadWriteOnce -cluster: - enabled: false - instances: 2 - backupEnabled: true - backupRetention: 60d - size: 5Gi -resources: {} -# We usually recommend not to specify default resources and to leave this as a conscious -# choice for the user. This also increases chances charts run on environments with little -# resources, such as Minikube. If you do want to specify resources, uncomment the following -# lines, adjust them as necessary, and remove the curly braces after 'resources:'. -# limits: -# cpu: 100m -# memory: 128Mi -# requests: -# cpu: 100m -# memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 -nodeSelector: {} -tolerations: [] -affinity: {} diff --git a/charts/sorcerer/chart/.helmignore b/charts/sorcerer/chart/.helmignore deleted file mode 100644 index 50af0317..00000000 --- a/charts/sorcerer/chart/.helmignore +++ /dev/null @@ -1,22 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/charts/sorcerer/chart/Chart.yaml b/charts/sorcerer/chart/Chart.yaml deleted file mode 100644 index 55836e72..00000000 --- a/charts/sorcerer/chart/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -name: sorcerer -description: A Helm chart for Kubernetes -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -version: v4.7.7 -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. -appVersion: v4.7.7 diff --git a/charts/sorcerer/chart/templates/NOTES.txt b/charts/sorcerer/chart/templates/NOTES.txt deleted file mode 100644 index c8b089ca..00000000 --- a/charts/sorcerer/chart/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "Sorcerer.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "Sorcerer.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "Sorcerer.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "Sorcerer.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/charts/sorcerer/chart/templates/_helpers.tpl b/charts/sorcerer/chart/templates/_helpers.tpl deleted file mode 100644 index 873455be..00000000 --- a/charts/sorcerer/chart/templates/_helpers.tpl +++ /dev/null @@ -1,63 +0,0 @@ -{{/* vim: set filetype=mustache: */}} -{{/* -Expand the name of the chart. -*/}} -{{- define "Sorcerer.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "Sorcerer.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "Sorcerer.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "Sorcerer.labels" -}} -helm.sh/chart: {{ include "Sorcerer.chart" . }} -{{ include "Sorcerer.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "Sorcerer.selectorLabels" -}} -app.kubernetes.io/name: {{ include "Sorcerer.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "Sorcerer.serviceAccountName" -}} -{{- if .Values.serviceAccount.create -}} - {{ default (include "Sorcerer.fullname" .) .Values.serviceAccount.name }} -{{- else -}} - {{ default "default" .Values.serviceAccount.name }} -{{- end -}} -{{- end -}} diff --git a/charts/sorcerer/chart/templates/cluster.yaml b/charts/sorcerer/chart/templates/cluster.yaml deleted file mode 100644 index 14ae12e1..00000000 --- a/charts/sorcerer/chart/templates/cluster.yaml +++ /dev/null @@ -1,26 +0,0 @@ -{{- if .Values.cluster.enabled -}} -apiVersion: postgresql.cnpg.io/v1 -kind: Cluster -metadata: - name: {{ include "Sorcerer.fullname" . }} - annotations: - linkerd.io/inject: disabled - labels: - {{- include "Sorcerer.labels" . | nindent 4 }} -spec: - instances: {{ .Values.cluster.instances | default "2" }} - - # Example of rolling update strategy: - # - unsupervised: automated update of the primary once all - # replicas have been upgraded (default) - # - supervised: requires manual supervision to perform - # the switchover of the primary - primaryUpdateStrategy: unsupervised - backup: - retentionPolicy: {{ .Values.cluster.backupRetention | default "60d" }} - - storage: - size: {{ .Values.cluster.size | default "5Gi" }} -{{- end }} - - diff --git a/charts/sorcerer/chart/templates/deployment.yaml b/charts/sorcerer/chart/templates/deployment.yaml deleted file mode 100644 index 743b3f8e..00000000 --- a/charts/sorcerer/chart/templates/deployment.yaml +++ /dev/null @@ -1,100 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "Sorcerer.fullname" . }} - labels: - {{- include "Sorcerer.labels" . | nindent 4 }} -spec: - {{- if not .Values.autoscaling.enabled }} - replicas: {{ .Values.replicaCount }} - {{- end }} - selector: - matchLabels: - {{- include "Sorcerer.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "Sorcerer.selectorLabels" . | nindent 8 }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ include "Sorcerer.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: {{ .Values.service.port }} - protocol: TCP - env: - - name: LOG_LEVEL - value: "3" - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http - resources: - {{- toYaml .Values.resources | nindent 12 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- if .Values.service.https }} - - name: tls-certificates - mountPath: /app/tls - readOnly: true - {{- end }} - {{- if .Values.init.enabled }} - initContainers: - - name: init - image: {{ .Values.init.image }} - command: {{- toYaml .Values.init.command | nindent 10 }} - volumeMounts: - - name: data - mountPath: /data - - name: appsettings - mountPath: /app/appsettings.json - subPath: appsettings.json - readOnly: true - {{- end }} - volumes: - - name: data - {{- if .Values.persistence.enabled }} - persistentVolumeClaim: - claimName: {{ .Values.persistence.existingClaim | default (include "Sorcerer.fullname" .) }} - {{- else }} - emptyDir: {} - {{- end }} - - name: appsettings - secret: - secretName: {{ template "Sorcerer.fullname" . }}-appsettings - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/charts/sorcerer/chart/templates/hpa.yaml b/charts/sorcerer/chart/templates/hpa.yaml deleted file mode 100644 index 5f9e4563..00000000 --- a/charts/sorcerer/chart/templates/hpa.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 -kind: HorizontalPodAutoscaler -metadata: - name: {{ include "Sorcerer.fullname" . }} - labels: - {{- include "Sorcerer.labels" . | nindent 4 }} -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: {{ include "Sorcerer.fullname" . }} - minReplicas: {{ .Values.autoscaling.minReplicas }} - maxReplicas: {{ .Values.autoscaling.maxReplicas }} - metrics: - {{- if .Values.autoscaling.targetCPUUtilizationPercentage }} - - type: Resource - resource: - name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} - {{- end }} - {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - - type: Resource - resource: - name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} - {{- end }} -{{- end }} diff --git a/charts/sorcerer/chart/templates/ingress.yaml b/charts/sorcerer/chart/templates/ingress.yaml deleted file mode 100644 index 697dd44b..00000000 --- a/charts/sorcerer/chart/templates/ingress.yaml +++ /dev/null @@ -1,61 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "Sorcerer.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - {{- include "Sorcerer.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ $fullName }} - port: - number: {{ $svcPort }} - {{- else }} - serviceName: {{ $fullName }} - servicePort: {{ $svcPort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/sorcerer/chart/templates/pvc.yaml b/charts/sorcerer/chart/templates/pvc.yaml deleted file mode 100644 index 5b81b095..00000000 --- a/charts/sorcerer/chart/templates/pvc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} -kind: PersistentVolumeClaim -apiVersion: v1 -metadata: - name: {{ template "Sorcerer.fullname" . }} -{{- with .Values.persistence.annotations }} - annotations: -{{ toYaml . | indent 4 }} -{{- end }} - labels: -{{ include "Sorcerer.labels" . | indent 4 }} -spec: - accessModes: - - {{ .Values.persistence.accessMode | quote }} - resources: - requests: - storage: {{ .Values.persistence.size | quote }} -{{- if .Values.persistence.storageClass }} -{{- if (eq "-" .Values.persistence.storageClass) }} - storageClassName: "" -{{- else }} - storageClassName: "{{ .Values.persistence.storageClass }}" -{{- end }} -{{- end }} -{{- end }} diff --git a/charts/sorcerer/chart/templates/service.yaml b/charts/sorcerer/chart/templates/service.yaml deleted file mode 100644 index bb151e12..00000000 --- a/charts/sorcerer/chart/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "Sorcerer.fullname" . }} - labels: - {{- include "Sorcerer.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "Sorcerer.selectorLabels" . | nindent 4 }} diff --git a/charts/sorcerer/chart/templates/serviceaccount.yaml b/charts/sorcerer/chart/templates/serviceaccount.yaml deleted file mode 100644 index 3691ec99..00000000 --- a/charts/sorcerer/chart/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "Sorcerer.serviceAccountName" . }} - labels: - {{- include "Sorcerer.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/charts/sorcerer/chart/values.yaml b/charts/sorcerer/chart/values.yaml deleted file mode 100644 index f679cc1e..00000000 --- a/charts/sorcerer/chart/values.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Default values for Sorcerer. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 -image: - repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.7.7 - pullPolicy: IfNotPresent -init: - enabled: false - image: ubuntu:rolling - command: ["/bin/sh", "-c", "true"] -imagePullSecrets: - - name: gitlab-pull-secret -nameOverride: "" -fullnameOverride: "" -serviceAccount: - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" -podAnnotations: {} -podSecurityContext: - fsGroup: 2000 -securityContext: - capabilities: - drop: - - ALL - readOnlyRootFilesystem: false - runAsNonRoot: true - runAsUser: 1000 -service: - type: ClusterIP - port: 8085 -ingress: - enabled: true - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/ssl-redirect: "true" - nginx.ingress.kubernetes.io/backend-protocol: HTTP - hosts: - - host: sorcerer.srv.oceanbox.io - paths: - - path: / - pathType: ImplementationSpecific - tls: - - hosts: - - sorcerer.srv.oceanbox.io - secretName: sorcerer-tls -persistence: - enabled: true - existingClaim: oceanbox-archives - # size: 10G - # storageClass: "" - # accessMode: ReadWriteMany -cluster: - enabled: false - instances: 2 - backupEnabled: true - backupRetention: 60d - size: 5Gi -resources: {} -# We usually recommend not to specify default resources and to leave this as a conscious -# choice for the user. This also increases chances charts run on environments with little -# resources, such as Minikube. If you do want to specify resources, uncomment the following -# lines, adjust them as necessary, and remove the curly braces after 'resources:'. -# limits: -# cpu: 100m -# memory: 128Mi -# requests: -# cpu: 100m -# memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 -nodeSelector: {} -tolerations: [] -affinity: {} diff --git a/charts/archmeister/base/deployment_patch.yaml b/manifests/archmeister/base/deployment_patch.yaml similarity index 100% rename from charts/archmeister/base/deployment_patch.yaml rename to manifests/archmeister/base/deployment_patch.yaml diff --git a/charts/archmeister/base/kustomization.yaml b/manifests/archmeister/base/kustomization.yaml similarity index 100% rename from charts/archmeister/base/kustomization.yaml rename to manifests/archmeister/base/kustomization.yaml diff --git a/manifests/archmeister/chart b/manifests/archmeister/chart new file mode 100644 index 00000000..e898131e --- /dev/null +++ b/manifests/archmeister/chart @@ -0,0 +1 @@ +oceanbox/archmeister diff --git a/charts/archmeister/prod/appsettings.json b/manifests/archmeister/prod/appsettings.json similarity index 100% rename from charts/archmeister/prod/appsettings.json rename to manifests/archmeister/prod/appsettings.json diff --git a/charts/archmeister/prod/default.env b/manifests/archmeister/prod/default.env similarity index 100% rename from charts/archmeister/prod/default.env rename to manifests/archmeister/prod/default.env diff --git a/charts/archmeister/prod/deployment_patch.yaml b/manifests/archmeister/prod/deployment_patch.yaml similarity index 100% rename from charts/archmeister/prod/deployment_patch.yaml rename to manifests/archmeister/prod/deployment_patch.yaml diff --git a/charts/archmeister/prod/ingress_patch.yaml b/manifests/archmeister/prod/ingress_patch.yaml similarity index 100% rename from charts/archmeister/prod/ingress_patch.yaml rename to manifests/archmeister/prod/ingress_patch.yaml diff --git a/charts/archmeister/prod/kustomization.yaml b/manifests/archmeister/prod/kustomization.yaml similarity index 100% rename from charts/archmeister/prod/kustomization.yaml rename to manifests/archmeister/prod/kustomization.yaml diff --git a/charts/archmeister/staging/appsettings.json b/manifests/archmeister/staging/appsettings.json similarity index 100% rename from charts/archmeister/staging/appsettings.json rename to manifests/archmeister/staging/appsettings.json diff --git a/charts/archmeister/staging/default.env b/manifests/archmeister/staging/default.env similarity index 100% rename from charts/archmeister/staging/default.env rename to manifests/archmeister/staging/default.env diff --git a/charts/archmeister/staging/deployment_patch.yaml b/manifests/archmeister/staging/deployment_patch.yaml similarity index 100% rename from charts/archmeister/staging/deployment_patch.yaml rename to manifests/archmeister/staging/deployment_patch.yaml diff --git a/charts/archmeister/staging/ingress_patch.yaml b/manifests/archmeister/staging/ingress_patch.yaml similarity index 100% rename from charts/archmeister/staging/ingress_patch.yaml rename to manifests/archmeister/staging/ingress_patch.yaml diff --git a/charts/archmeister/staging/kustomization.yaml b/manifests/archmeister/staging/kustomization.yaml similarity index 100% rename from charts/archmeister/staging/kustomization.yaml rename to manifests/archmeister/staging/kustomization.yaml diff --git a/charts/archmeister/values-prod.yaml b/manifests/archmeister/values-prod.yaml similarity index 100% rename from charts/archmeister/values-prod.yaml rename to manifests/archmeister/values-prod.yaml diff --git a/charts/archmeister/values-staging.yaml b/manifests/archmeister/values-staging.yaml similarity index 100% rename from charts/archmeister/values-staging.yaml rename to manifests/archmeister/values-staging.yaml diff --git a/charts/atlantis/base/deployment_patch.yaml b/manifests/atlantis/base/deployment_patch.yaml similarity index 100% rename from charts/atlantis/base/deployment_patch.yaml rename to manifests/atlantis/base/deployment_patch.yaml diff --git a/charts/atlantis/base/kustomization.yaml b/manifests/atlantis/base/kustomization.yaml similarity index 100% rename from charts/atlantis/base/kustomization.yaml rename to manifests/atlantis/base/kustomization.yaml diff --git a/charts/atlantis/base/service_patch.yaml b/manifests/atlantis/base/service_patch.yaml similarity index 100% rename from charts/atlantis/base/service_patch.yaml rename to manifests/atlantis/base/service_patch.yaml diff --git a/manifests/atlantis/chart b/manifests/atlantis/chart new file mode 100644 index 00000000..82e27175 --- /dev/null +++ b/manifests/atlantis/chart @@ -0,0 +1 @@ +oceanbox/atlantis diff --git a/charts/atlantis/manifests/subscriptions.yaml b/manifests/atlantis/manifests/subscriptions.yaml similarity index 100% rename from charts/atlantis/manifests/subscriptions.yaml rename to manifests/atlantis/manifests/subscriptions.yaml diff --git a/charts/atlantis/prod/appsettings.json b/manifests/atlantis/prod/appsettings.json similarity index 100% rename from charts/atlantis/prod/appsettings.json rename to manifests/atlantis/prod/appsettings.json diff --git a/charts/atlantis/prod/barentswatch-api.env b/manifests/atlantis/prod/barentswatch-api.env similarity index 100% rename from charts/atlantis/prod/barentswatch-api.env rename to manifests/atlantis/prod/barentswatch-api.env diff --git a/charts/atlantis/prod/default.env b/manifests/atlantis/prod/default.env similarity index 100% rename from charts/atlantis/prod/default.env rename to manifests/atlantis/prod/default.env diff --git a/charts/atlantis/prod/deployment_patch.yaml b/manifests/atlantis/prod/deployment_patch.yaml similarity index 100% rename from charts/atlantis/prod/deployment_patch.yaml rename to manifests/atlantis/prod/deployment_patch.yaml diff --git a/charts/atlantis/prod/kustomization.yaml b/manifests/atlantis/prod/kustomization.yaml similarity index 100% rename from charts/atlantis/prod/kustomization.yaml rename to manifests/atlantis/prod/kustomization.yaml diff --git a/charts/atlantis/staging/appsettings.json b/manifests/atlantis/staging/appsettings.json similarity index 100% rename from charts/atlantis/staging/appsettings.json rename to manifests/atlantis/staging/appsettings.json diff --git a/charts/atlantis/staging/auth b/manifests/atlantis/staging/auth similarity index 100% rename from charts/atlantis/staging/auth rename to manifests/atlantis/staging/auth diff --git a/charts/atlantis/staging/barentswatch-api.env b/manifests/atlantis/staging/barentswatch-api.env similarity index 100% rename from charts/atlantis/staging/barentswatch-api.env rename to manifests/atlantis/staging/barentswatch-api.env diff --git a/charts/atlantis/staging/default.env b/manifests/atlantis/staging/default.env similarity index 100% rename from charts/atlantis/staging/default.env rename to manifests/atlantis/staging/default.env diff --git a/charts/atlantis/staging/deployment_patch.yaml b/manifests/atlantis/staging/deployment_patch.yaml similarity index 100% rename from charts/atlantis/staging/deployment_patch.yaml rename to manifests/atlantis/staging/deployment_patch.yaml diff --git a/charts/atlantis/staging/kustomization.yaml b/manifests/atlantis/staging/kustomization.yaml similarity index 100% rename from charts/atlantis/staging/kustomization.yaml rename to manifests/atlantis/staging/kustomization.yaml diff --git a/charts/atlantis/values-prod.yaml b/manifests/atlantis/values-prod.yaml similarity index 100% rename from charts/atlantis/values-prod.yaml rename to manifests/atlantis/values-prod.yaml diff --git a/charts/atlantis/values-staging.yaml b/manifests/atlantis/values-staging.yaml similarity index 100% rename from charts/atlantis/values-staging.yaml rename to manifests/atlantis/values-staging.yaml diff --git a/charts/busynix/base/deployment_patch.yaml b/manifests/busynix/base/deployment_patch.yaml similarity index 100% rename from charts/busynix/base/deployment_patch.yaml rename to manifests/busynix/base/deployment_patch.yaml diff --git a/charts/busynix/base/kustomization.yaml b/manifests/busynix/base/kustomization.yaml similarity index 100% rename from charts/busynix/base/kustomization.yaml rename to manifests/busynix/base/kustomization.yaml diff --git a/manifests/busynix/chart b/manifests/busynix/chart new file mode 100644 index 00000000..b291c401 --- /dev/null +++ b/manifests/busynix/chart @@ -0,0 +1 @@ +oceanbox/busynix diff --git a/charts/busynix/prod/deployment_patch.yaml b/manifests/busynix/prod/deployment_patch.yaml similarity index 100% rename from charts/busynix/prod/deployment_patch.yaml rename to manifests/busynix/prod/deployment_patch.yaml diff --git a/charts/busynix/prod/kustomization.yaml b/manifests/busynix/prod/kustomization.yaml similarity index 100% rename from charts/busynix/prod/kustomization.yaml rename to manifests/busynix/prod/kustomization.yaml diff --git a/charts/busynix/staging/deployment_patch.yaml b/manifests/busynix/staging/deployment_patch.yaml similarity index 100% rename from charts/busynix/staging/deployment_patch.yaml rename to manifests/busynix/staging/deployment_patch.yaml diff --git a/charts/busynix/staging/kustomization.yaml b/manifests/busynix/staging/kustomization.yaml similarity index 100% rename from charts/busynix/staging/kustomization.yaml rename to manifests/busynix/staging/kustomization.yaml diff --git a/charts/busynix/values-prod.yaml b/manifests/busynix/values-prod.yaml similarity index 100% rename from charts/busynix/values-prod.yaml rename to manifests/busynix/values-prod.yaml diff --git a/charts/busynix/values-staging.yaml b/manifests/busynix/values-staging.yaml similarity index 100% rename from charts/busynix/values-staging.yaml rename to manifests/busynix/values-staging.yaml diff --git a/charts/cerbos/manifests/cerbos-gitlab-token.yaml b/manifests/cerbos/manifests/cerbos-gitlab-token.yaml similarity index 100% rename from charts/cerbos/manifests/cerbos-gitlab-token.yaml rename to manifests/cerbos/manifests/cerbos-gitlab-token.yaml diff --git a/charts/cerbos/values-prod.yaml b/manifests/cerbos/values-prod.yaml similarity index 100% rename from charts/cerbos/values-prod.yaml rename to manifests/cerbos/values-prod.yaml diff --git a/charts/cerbos/values-staging.yaml b/manifests/cerbos/values-staging.yaml similarity index 100% rename from charts/cerbos/values-staging.yaml rename to manifests/cerbos/values-staging.yaml diff --git a/charts/cerbos/values.yaml b/manifests/cerbos/values.yaml similarity index 100% rename from charts/cerbos/values.yaml rename to manifests/cerbos/values.yaml diff --git a/charts/dex/base/cluster.yaml b/manifests/dex/base/cluster.yaml similarity index 100% rename from charts/dex/base/cluster.yaml rename to manifests/dex/base/cluster.yaml diff --git a/charts/dex/base/config.yaml b/manifests/dex/base/config.yaml similarity index 100% rename from charts/dex/base/config.yaml rename to manifests/dex/base/config.yaml diff --git a/charts/dex/base/kustomization.yaml b/manifests/dex/base/kustomization.yaml similarity index 100% rename from charts/dex/base/kustomization.yaml rename to manifests/dex/base/kustomization.yaml diff --git a/charts/dex/manifests/dex.yaml b/manifests/dex/manifests/dex.yaml similarity index 100% rename from charts/dex/manifests/dex.yaml rename to manifests/dex/manifests/dex.yaml diff --git a/charts/dex/manifests/resources.yaml b/manifests/dex/manifests/resources.yaml similarity index 100% rename from charts/dex/manifests/resources.yaml rename to manifests/dex/manifests/resources.yaml diff --git a/charts/dex/prod/kustomization.yaml b/manifests/dex/prod/kustomization.yaml similarity index 100% rename from charts/dex/prod/kustomization.yaml rename to manifests/dex/prod/kustomization.yaml diff --git a/charts/dex/resources/dex-volumes.yaml b/manifests/dex/resources/dex-volumes.yaml similarity index 100% rename from charts/dex/resources/dex-volumes.yaml rename to manifests/dex/resources/dex-volumes.yaml diff --git a/charts/dex/staging/cluster_patch.yaml b/manifests/dex/staging/cluster_patch.yaml similarity index 100% rename from charts/dex/staging/cluster_patch.yaml rename to manifests/dex/staging/cluster_patch.yaml diff --git a/charts/dex/staging/kustomization.yaml b/manifests/dex/staging/kustomization.yaml similarity index 100% rename from charts/dex/staging/kustomization.yaml rename to manifests/dex/staging/kustomization.yaml diff --git a/charts/dex/templates b/manifests/dex/templates similarity index 100% rename from charts/dex/templates rename to manifests/dex/templates diff --git a/charts/dex/values-prod.yaml b/manifests/dex/values-prod.yaml similarity index 100% rename from charts/dex/values-prod.yaml rename to manifests/dex/values-prod.yaml diff --git a/charts/dex/values-staging.yaml b/manifests/dex/values-staging.yaml similarity index 100% rename from charts/dex/values-staging.yaml rename to manifests/dex/values-staging.yaml diff --git a/charts/dex/values.yaml b/manifests/dex/values.yaml similarity index 100% rename from charts/dex/values.yaml rename to manifests/dex/values.yaml diff --git a/charts/geoserver/base/ingress_patch.yaml b/manifests/geoserver/base/ingress_patch.yaml similarity index 100% rename from charts/geoserver/base/ingress_patch.yaml rename to manifests/geoserver/base/ingress_patch.yaml diff --git a/charts/geoserver/base/kustomization.yaml b/manifests/geoserver/base/kustomization.yaml similarity index 100% rename from charts/geoserver/base/kustomization.yaml rename to manifests/geoserver/base/kustomization.yaml diff --git a/charts/geoserver/chart b/manifests/geoserver/chart similarity index 100% rename from charts/geoserver/chart rename to manifests/geoserver/chart diff --git a/charts/geoserver/data/Biomasse.gpkg b/manifests/geoserver/data/Biomasse.gpkg similarity index 100% rename from charts/geoserver/data/Biomasse.gpkg rename to manifests/geoserver/data/Biomasse.gpkg diff --git a/charts/geoserver/data/Flate.gpkg b/manifests/geoserver/data/Flate.gpkg similarity index 100% rename from charts/geoserver/data/Flate.gpkg rename to manifests/geoserver/data/Flate.gpkg diff --git a/charts/geoserver/data/ILA.gpkg b/manifests/geoserver/data/ILA.gpkg similarity index 100% rename from charts/geoserver/data/ILA.gpkg rename to manifests/geoserver/data/ILA.gpkg diff --git a/charts/geoserver/data/Lokaliteter.gpkg b/manifests/geoserver/data/Lokaliteter.gpkg similarity index 100% rename from charts/geoserver/data/Lokaliteter.gpkg rename to manifests/geoserver/data/Lokaliteter.gpkg diff --git a/charts/geoserver/data/PD.gpkg b/manifests/geoserver/data/PD.gpkg similarity index 100% rename from charts/geoserver/data/PD.gpkg rename to manifests/geoserver/data/PD.gpkg diff --git a/charts/geoserver/prod/ingress-web.yaml b/manifests/geoserver/prod/ingress-web.yaml similarity index 100% rename from charts/geoserver/prod/ingress-web.yaml rename to manifests/geoserver/prod/ingress-web.yaml diff --git a/charts/geoserver/prod/kustomization.yaml b/manifests/geoserver/prod/kustomization.yaml similarity index 100% rename from charts/geoserver/prod/kustomization.yaml rename to manifests/geoserver/prod/kustomization.yaml diff --git a/charts/geoserver/staging/ingress-web.yaml b/manifests/geoserver/staging/ingress-web.yaml similarity index 100% rename from charts/geoserver/staging/ingress-web.yaml rename to manifests/geoserver/staging/ingress-web.yaml diff --git a/charts/geoserver/staging/kustomization.yaml b/manifests/geoserver/staging/kustomization.yaml similarity index 100% rename from charts/geoserver/staging/kustomization.yaml rename to manifests/geoserver/staging/kustomization.yaml diff --git a/charts/geoserver/values-prod.yaml b/manifests/geoserver/values-prod.yaml similarity index 100% rename from charts/geoserver/values-prod.yaml rename to manifests/geoserver/values-prod.yaml diff --git a/charts/geoserver/values-staging.yaml b/manifests/geoserver/values-staging.yaml similarity index 100% rename from charts/geoserver/values-staging.yaml rename to manifests/geoserver/values-staging.yaml diff --git a/charts/geoserver/values.yaml b/manifests/geoserver/values.yaml similarity index 100% rename from charts/geoserver/values.yaml rename to manifests/geoserver/values.yaml diff --git a/charts/hipster/base/deployment_patch.yaml b/manifests/hipster/base/deployment_patch.yaml similarity index 100% rename from charts/hipster/base/deployment_patch.yaml rename to manifests/hipster/base/deployment_patch.yaml diff --git a/charts/hipster/base/kustomization.yaml b/manifests/hipster/base/kustomization.yaml similarity index 100% rename from charts/hipster/base/kustomization.yaml rename to manifests/hipster/base/kustomization.yaml diff --git a/charts/hipster/base/service_patch.yaml b/manifests/hipster/base/service_patch.yaml similarity index 100% rename from charts/hipster/base/service_patch.yaml rename to manifests/hipster/base/service_patch.yaml diff --git a/manifests/hipster/chart b/manifests/hipster/chart new file mode 100644 index 00000000..da86631b --- /dev/null +++ b/manifests/hipster/chart @@ -0,0 +1 @@ +oceanbox/hipster diff --git a/charts/hipster/prod/appsettings.json b/manifests/hipster/prod/appsettings.json similarity index 100% rename from charts/hipster/prod/appsettings.json rename to manifests/hipster/prod/appsettings.json diff --git a/charts/hipster/prod/bindings.yaml b/manifests/hipster/prod/bindings.yaml similarity index 100% rename from charts/hipster/prod/bindings.yaml rename to manifests/hipster/prod/bindings.yaml diff --git a/charts/hipster/prod/default.env b/manifests/hipster/prod/default.env similarity index 100% rename from charts/hipster/prod/default.env rename to manifests/hipster/prod/default.env diff --git a/charts/hipster/prod/deployment_patch.yaml b/manifests/hipster/prod/deployment_patch.yaml similarity index 100% rename from charts/hipster/prod/deployment_patch.yaml rename to manifests/hipster/prod/deployment_patch.yaml diff --git a/charts/hipster/prod/kustomization.yaml b/manifests/hipster/prod/kustomization.yaml similarity index 100% rename from charts/hipster/prod/kustomization.yaml rename to manifests/hipster/prod/kustomization.yaml diff --git a/charts/hipster/staging/appsettings.json b/manifests/hipster/staging/appsettings.json similarity index 100% rename from charts/hipster/staging/appsettings.json rename to manifests/hipster/staging/appsettings.json diff --git a/charts/hipster/staging/bindings.yaml b/manifests/hipster/staging/bindings.yaml similarity index 100% rename from charts/hipster/staging/bindings.yaml rename to manifests/hipster/staging/bindings.yaml diff --git a/charts/hipster/staging/default.env b/manifests/hipster/staging/default.env similarity index 100% rename from charts/hipster/staging/default.env rename to manifests/hipster/staging/default.env diff --git a/charts/hipster/staging/deployment_patch.yaml b/manifests/hipster/staging/deployment_patch.yaml similarity index 100% rename from charts/hipster/staging/deployment_patch.yaml rename to manifests/hipster/staging/deployment_patch.yaml diff --git a/charts/hipster/staging/kustomization.yaml b/manifests/hipster/staging/kustomization.yaml similarity index 100% rename from charts/hipster/staging/kustomization.yaml rename to manifests/hipster/staging/kustomization.yaml diff --git a/charts/hipster/values-prod.yaml b/manifests/hipster/values-prod.yaml similarity index 100% rename from charts/hipster/values-prod.yaml rename to manifests/hipster/values-prod.yaml diff --git a/charts/hipster/values-staging.yaml b/manifests/hipster/values-staging.yaml similarity index 100% rename from charts/hipster/values-staging.yaml rename to manifests/hipster/values-staging.yaml diff --git a/charts/jaeger/values.yaml b/manifests/jaeger/values.yaml similarity index 100% rename from charts/jaeger/values.yaml rename to manifests/jaeger/values.yaml diff --git a/charts/keycloak/values.yaml b/manifests/keycloak/values.yaml similarity index 100% rename from charts/keycloak/values.yaml rename to manifests/keycloak/values.yaml diff --git a/charts/osm-tile-server/base/deployment_patch.yaml b/manifests/osm-tile-server/base/deployment_patch.yaml similarity index 100% rename from charts/osm-tile-server/base/deployment_patch.yaml rename to manifests/osm-tile-server/base/deployment_patch.yaml diff --git a/charts/osm-tile-server/base/kustomization.yaml b/manifests/osm-tile-server/base/kustomization.yaml similarity index 100% rename from charts/osm-tile-server/base/kustomization.yaml rename to manifests/osm-tile-server/base/kustomization.yaml diff --git a/manifests/osm-tile-server/chart b/manifests/osm-tile-server/chart new file mode 100644 index 00000000..828f4c77 --- /dev/null +++ b/manifests/osm-tile-server/chart @@ -0,0 +1 @@ +oceanbox/osm-tile-server diff --git a/charts/osm-tile-server/prod/kustomization.yaml b/manifests/osm-tile-server/prod/kustomization.yaml similarity index 100% rename from charts/osm-tile-server/prod/kustomization.yaml rename to manifests/osm-tile-server/prod/kustomization.yaml diff --git a/charts/osm-tile-server/staging/kustomization.yaml b/manifests/osm-tile-server/staging/kustomization.yaml similarity index 100% rename from charts/osm-tile-server/staging/kustomization.yaml rename to manifests/osm-tile-server/staging/kustomization.yaml diff --git a/charts/osm-tile-server/values-prod.yaml b/manifests/osm-tile-server/values-prod.yaml similarity index 100% rename from charts/osm-tile-server/values-prod.yaml rename to manifests/osm-tile-server/values-prod.yaml diff --git a/charts/osm-tile-server/values-staging.yaml b/manifests/osm-tile-server/values-staging.yaml similarity index 100% rename from charts/osm-tile-server/values-staging.yaml rename to manifests/osm-tile-server/values-staging.yaml diff --git a/charts/petimeter/base/deployment_patch.yaml b/manifests/petimeter/base/deployment_patch.yaml similarity index 100% rename from charts/petimeter/base/deployment_patch.yaml rename to manifests/petimeter/base/deployment_patch.yaml diff --git a/charts/petimeter/base/kustomization.yaml b/manifests/petimeter/base/kustomization.yaml similarity index 100% rename from charts/petimeter/base/kustomization.yaml rename to manifests/petimeter/base/kustomization.yaml diff --git a/manifests/petimeter/chart b/manifests/petimeter/chart new file mode 100644 index 00000000..27b1b60c --- /dev/null +++ b/manifests/petimeter/chart @@ -0,0 +1 @@ +oceanbox/petimeter diff --git a/charts/petimeter/manifests/acl.json b/manifests/petimeter/manifests/acl.json similarity index 100% rename from charts/petimeter/manifests/acl.json rename to manifests/petimeter/manifests/acl.json diff --git a/charts/petimeter/manifests/kustomization.yaml b/manifests/petimeter/manifests/kustomization.yaml similarity index 100% rename from charts/petimeter/manifests/kustomization.yaml rename to manifests/petimeter/manifests/kustomization.yaml diff --git a/charts/petimeter/prod/appsettings.json b/manifests/petimeter/prod/appsettings.json similarity index 100% rename from charts/petimeter/prod/appsettings.json rename to manifests/petimeter/prod/appsettings.json diff --git a/charts/petimeter/prod/default.env b/manifests/petimeter/prod/default.env similarity index 100% rename from charts/petimeter/prod/default.env rename to manifests/petimeter/prod/default.env diff --git a/charts/petimeter/prod/deployment_patch.yaml b/manifests/petimeter/prod/deployment_patch.yaml similarity index 100% rename from charts/petimeter/prod/deployment_patch.yaml rename to manifests/petimeter/prod/deployment_patch.yaml diff --git a/charts/petimeter/prod/kustomization.yaml b/manifests/petimeter/prod/kustomization.yaml similarity index 100% rename from charts/petimeter/prod/kustomization.yaml rename to manifests/petimeter/prod/kustomization.yaml diff --git a/charts/petimeter/staging/appsettings.json b/manifests/petimeter/staging/appsettings.json similarity index 100% rename from charts/petimeter/staging/appsettings.json rename to manifests/petimeter/staging/appsettings.json diff --git a/charts/petimeter/staging/default.env b/manifests/petimeter/staging/default.env similarity index 100% rename from charts/petimeter/staging/default.env rename to manifests/petimeter/staging/default.env diff --git a/charts/petimeter/staging/deployment_patch.yaml b/manifests/petimeter/staging/deployment_patch.yaml similarity index 100% rename from charts/petimeter/staging/deployment_patch.yaml rename to manifests/petimeter/staging/deployment_patch.yaml diff --git a/charts/petimeter/staging/kustomization.yaml b/manifests/petimeter/staging/kustomization.yaml similarity index 100% rename from charts/petimeter/staging/kustomization.yaml rename to manifests/petimeter/staging/kustomization.yaml diff --git a/charts/petimeter/values-prod.yaml b/manifests/petimeter/values-prod.yaml similarity index 100% rename from charts/petimeter/values-prod.yaml rename to manifests/petimeter/values-prod.yaml diff --git a/charts/petimeter/values-staging.yaml b/manifests/petimeter/values-staging.yaml similarity index 100% rename from charts/petimeter/values-staging.yaml rename to manifests/petimeter/values-staging.yaml diff --git a/charts/rabbitmq/prod/nodeport.yaml b/manifests/rabbitmq/prod/nodeport.yaml similarity index 100% rename from charts/rabbitmq/prod/nodeport.yaml rename to manifests/rabbitmq/prod/nodeport.yaml diff --git a/charts/rabbitmq/staging/nodeport.yaml b/manifests/rabbitmq/staging/nodeport.yaml similarity index 100% rename from charts/rabbitmq/staging/nodeport.yaml rename to manifests/rabbitmq/staging/nodeport.yaml diff --git a/charts/rabbitmq/values-prod.yaml b/manifests/rabbitmq/values-prod.yaml similarity index 100% rename from charts/rabbitmq/values-prod.yaml rename to manifests/rabbitmq/values-prod.yaml diff --git a/charts/rabbitmq/values-staging.yaml b/manifests/rabbitmq/values-staging.yaml similarity index 100% rename from charts/rabbitmq/values-staging.yaml rename to manifests/rabbitmq/values-staging.yaml diff --git a/charts/redis/base/kustomization.yaml b/manifests/redis/base/kustomization.yaml similarity index 100% rename from charts/redis/base/kustomization.yaml rename to manifests/redis/base/kustomization.yaml diff --git a/charts/redis/chart b/manifests/redis/chart similarity index 100% rename from charts/redis/chart rename to manifests/redis/chart diff --git a/charts/redis/prod/kustomization.yaml b/manifests/redis/prod/kustomization.yaml similarity index 100% rename from charts/redis/prod/kustomization.yaml rename to manifests/redis/prod/kustomization.yaml diff --git a/charts/redis/prod/nodeport.yaml b/manifests/redis/prod/nodeport.yaml similarity index 100% rename from charts/redis/prod/nodeport.yaml rename to manifests/redis/prod/nodeport.yaml diff --git a/charts/redis/staging/kustomization.yaml b/manifests/redis/staging/kustomization.yaml similarity index 100% rename from charts/redis/staging/kustomization.yaml rename to manifests/redis/staging/kustomization.yaml diff --git a/charts/redis/staging/nodeport.yaml b/manifests/redis/staging/nodeport.yaml similarity index 100% rename from charts/redis/staging/nodeport.yaml rename to manifests/redis/staging/nodeport.yaml diff --git a/charts/redis/values-prod.yaml b/manifests/redis/values-prod.yaml similarity index 100% rename from charts/redis/values-prod.yaml rename to manifests/redis/values-prod.yaml diff --git a/charts/redis/values-staging.yaml b/manifests/redis/values-staging.yaml similarity index 100% rename from charts/redis/values-staging.yaml rename to manifests/redis/values-staging.yaml diff --git a/charts/redis/values.yaml b/manifests/redis/values.yaml similarity index 100% rename from charts/redis/values.yaml rename to manifests/redis/values.yaml diff --git a/charts/seq/values.yaml b/manifests/seq/values.yaml similarity index 100% rename from charts/seq/values.yaml rename to manifests/seq/values.yaml diff --git a/charts/sorcerer/base/deployment_patch.yaml b/manifests/sorcerer/base/deployment_patch.yaml similarity index 100% rename from charts/sorcerer/base/deployment_patch.yaml rename to manifests/sorcerer/base/deployment_patch.yaml diff --git a/charts/sorcerer/base/kustomization.yaml b/manifests/sorcerer/base/kustomization.yaml similarity index 100% rename from charts/sorcerer/base/kustomization.yaml rename to manifests/sorcerer/base/kustomization.yaml diff --git a/manifests/sorcerer/chart b/manifests/sorcerer/chart new file mode 100644 index 00000000..8685555c --- /dev/null +++ b/manifests/sorcerer/chart @@ -0,0 +1 @@ +oceanbox/sorcerer diff --git a/charts/sorcerer/prod/appsettings.json b/manifests/sorcerer/prod/appsettings.json similarity index 100% rename from charts/sorcerer/prod/appsettings.json rename to manifests/sorcerer/prod/appsettings.json diff --git a/charts/sorcerer/prod/archives-ceph-volume.yaml b/manifests/sorcerer/prod/archives-ceph-volume.yaml similarity index 100% rename from charts/sorcerer/prod/archives-ceph-volume.yaml rename to manifests/sorcerer/prod/archives-ceph-volume.yaml diff --git a/charts/sorcerer/prod/default.env b/manifests/sorcerer/prod/default.env similarity index 100% rename from charts/sorcerer/prod/default.env rename to manifests/sorcerer/prod/default.env diff --git a/charts/sorcerer/prod/deployment_patch.yaml b/manifests/sorcerer/prod/deployment_patch.yaml similarity index 100% rename from charts/sorcerer/prod/deployment_patch.yaml rename to manifests/sorcerer/prod/deployment_patch.yaml diff --git a/charts/sorcerer/prod/kustomization.yaml b/manifests/sorcerer/prod/kustomization.yaml similarity index 100% rename from charts/sorcerer/prod/kustomization.yaml rename to manifests/sorcerer/prod/kustomization.yaml diff --git a/charts/sorcerer/prod/pv.yaml b/manifests/sorcerer/prod/pv.yaml similarity index 100% rename from charts/sorcerer/prod/pv.yaml rename to manifests/sorcerer/prod/pv.yaml diff --git a/charts/sorcerer/prod/pvc.yaml b/manifests/sorcerer/prod/pvc.yaml similarity index 100% rename from charts/sorcerer/prod/pvc.yaml rename to manifests/sorcerer/prod/pvc.yaml diff --git a/charts/sorcerer/staging/appsettings.json b/manifests/sorcerer/staging/appsettings.json similarity index 100% rename from charts/sorcerer/staging/appsettings.json rename to manifests/sorcerer/staging/appsettings.json diff --git a/charts/sorcerer/staging/archives-ceph-volume.yaml b/manifests/sorcerer/staging/archives-ceph-volume.yaml similarity index 100% rename from charts/sorcerer/staging/archives-ceph-volume.yaml rename to manifests/sorcerer/staging/archives-ceph-volume.yaml diff --git a/charts/sorcerer/staging/default.env b/manifests/sorcerer/staging/default.env similarity index 100% rename from charts/sorcerer/staging/default.env rename to manifests/sorcerer/staging/default.env diff --git a/charts/sorcerer/staging/deployment_patch.yaml b/manifests/sorcerer/staging/deployment_patch.yaml similarity index 100% rename from charts/sorcerer/staging/deployment_patch.yaml rename to manifests/sorcerer/staging/deployment_patch.yaml diff --git a/charts/sorcerer/staging/kustomization.yaml b/manifests/sorcerer/staging/kustomization.yaml similarity index 100% rename from charts/sorcerer/staging/kustomization.yaml rename to manifests/sorcerer/staging/kustomization.yaml diff --git a/charts/sorcerer/staging/pv.yaml b/manifests/sorcerer/staging/pv.yaml similarity index 100% rename from charts/sorcerer/staging/pv.yaml rename to manifests/sorcerer/staging/pv.yaml diff --git a/charts/sorcerer/staging/pvc.yaml b/manifests/sorcerer/staging/pvc.yaml similarity index 100% rename from charts/sorcerer/staging/pvc.yaml rename to manifests/sorcerer/staging/pvc.yaml diff --git a/charts/sorcerer/values-prod.yaml b/manifests/sorcerer/values-prod.yaml similarity index 100% rename from charts/sorcerer/values-prod.yaml rename to manifests/sorcerer/values-prod.yaml diff --git a/charts/sorcerer/values-staging.yaml b/manifests/sorcerer/values-staging.yaml similarity index 100% rename from charts/sorcerer/values-staging.yaml rename to manifests/sorcerer/values-staging.yaml diff --git a/charts/wordpress/values.yaml b/manifests/wordpress/values.yaml similarity index 100% rename from charts/wordpress/values.yaml rename to manifests/wordpress/values.yaml