refactor: split applications and charts into separte folders

This commit is contained in:
Jonas Juselius
2024-02-06 12:12:56 +01:00
parent 10a06fd058
commit 7450a9903e
231 changed files with 27 additions and 27 deletions
@@ -24,7 +24,7 @@ spec:
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: archmeister path: charts/archmeister
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -11,5 +11,5 @@ spec:
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: atlantis-resources/host-manifests path: charts/atlantis-resources/host-manifests
@@ -22,4 +22,4 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: atlantis-resources/manifests path: charts/atlantis-resources/manifests
@@ -24,7 +24,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: atlantis path: charts/atlantis
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -34,4 +34,4 @@ spec:
string: '{{ hostname }}' string: '{{ hostname }}'
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: atlantis/manifests path: charts/atlantis/manifests
@@ -24,7 +24,7 @@ spec:
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: busynix path: charts/busynix
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -11,5 +11,5 @@ spec:
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: dex/manifests path: charts/dex/manifests
@@ -24,7 +24,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: geoserver path: charts/geoserver
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -24,7 +24,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: hipster path: charts/hipster
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -34,4 +34,4 @@ spec:
string: '{{ hostname }}' string: '{{ hostname }}'
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: hipster/manifests path: charts/hipster/manifests
@@ -17,6 +17,6 @@ spec:
- $values/jaeger/values.yaml - $values/jaeger/values.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
# path: jaeger/manifests # path: charts/jaeger/manifests
ref: values ref: values
@@ -24,7 +24,7 @@ spec:
source: source:
repoURL: https://gitlab.com/oceanbox/charts.git repoURL: https://gitlab.com/oceanbox/charts.git
targetRevision: HEAD targetRevision: HEAD
path: osm-tile-server path: charts/osm-tile-server
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -24,7 +24,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: petimeter path: charts/petimeter
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -34,4 +34,4 @@ spec:
string: '{{ hostname }}' string: '{{ hostname }}'
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: petimeter/manifests path: charts/petimeter/manifests
@@ -30,5 +30,5 @@ spec:
- $values/rabbitmq/{{ env }}-values.yaml - $values/rabbitmq/{{ env }}-values.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: rabbitmq/{{ env }} path: charts/rabbitmq/{{ env }}
ref: values ref: values
@@ -30,5 +30,5 @@ spec:
- $values/redis/values.yaml - $values/redis/values.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: redis/{{ env }} path: charts/redis/{{ env }}
ref: values ref: values
@@ -24,7 +24,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: sorcerer path: charts/sorcerer
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -34,4 +34,4 @@ spec:
string: '{{ hostname }}' string: '{{ hostname }}'
# - repoURL: https://gitlab.com/oceanbox/manifests.git # - repoURL: https://gitlab.com/oceanbox/manifests.git
# targetRevision: HEAD # targetRevision: HEAD
# path: sorcerer/manifests # path: charts/sorcerer/manifests
@@ -1,5 +1,5 @@
{ {
"connString": "Username=app;Password=123;Host=prod-archmeister-rw;Port=5432;Database=app;Pooling=true;", "connString": "Username=app;Password=secret;Host=prod-archmeister-rw;Port=5432;Database=app;Pooling=true;",
"oidc": { "oidc": {
"issuer": "https://idp.oceanbox.io/dex", "issuer": "https://idp.oceanbox.io/dex",
"authorization_endpoint": "https://idp.oceanbox.io/dex/auth", "authorization_endpoint": "https://idp.oceanbox.io/dex/auth",
@@ -8,7 +8,7 @@
"userinfo_endpoint": "https://idp.oceanbox.io/dex/userinfo", "userinfo_endpoint": "https://idp.oceanbox.io/dex/userinfo",
"device_authorization_endpoint": "https://idp.oceanbox.io/dex/device/code", "device_authorization_endpoint": "https://idp.oceanbox.io/dex/device/code",
"clientId": "archmeister", "clientId": "archmeister",
"clientSecret": "ieK3yak9zoh3yeewee8quahY6seiv7Ro", "clientSecret": "",
"scopes": [ "scopes": [
"openid", "openid",
"email", "email",
@@ -19,7 +19,7 @@
"sso": { "sso": {
"cookieDomain": ".oceanbox.io", "cookieDomain": ".oceanbox.io",
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html", "signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
"redis": "prod-redis-master.redis.svc,user=default,password=ymL4dlOBvU", "redis": "prod-redis-master.redis.svc,user=default,password=secret",
"appDomain": "atlantis", "appDomain": "atlantis",
"dataProtectionKeys": "DataProtection-Keys" "dataProtectionKeys": "DataProtection-Keys"
}, },
@@ -40,7 +40,7 @@
"https://a.local.oceanbox.io:8080" "https://a.local.oceanbox.io:8080"
], ],
"logService" : "https://seq.oceanbox.io", "logService" : "https://seq.oceanbox.io",
"logApiKey": "bFdYPKLDvnau3fQa1vRV", "logApiKey": "",
"cliUsers": [ "cliUsers": [
"admin:en-to-tre-fire" "admin:en-to-tre-fire"
] ]
@@ -1,5 +1,5 @@
{ {
"connString": "Username=app;Password=123;Host=staging-archmeister-rw;Port=5432;Database=app;Pooling=true;", "connString": "Username=app;Password=secret;Host=staging-archmeister-rw;Port=5432;Database=app;Pooling=true;",
"oidc": { "oidc": {
"issuer": "https://idp.oceanbox.io/dex", "issuer": "https://idp.oceanbox.io/dex",
"authorization_endpoint": "https://idp.oceanbox.io/dex/auth", "authorization_endpoint": "https://idp.oceanbox.io/dex/auth",
@@ -8,7 +8,7 @@
"userinfo_endpoint": "https://idp.oceanbox.io/dex/userinfo", "userinfo_endpoint": "https://idp.oceanbox.io/dex/userinfo",
"device_authorization_endpoint": "https://idp.oceanbox.io/dex/device/code", "device_authorization_endpoint": "https://idp.oceanbox.io/dex/device/code",
"clientId": "archmeister_dev", "clientId": "archmeister_dev",
"clientSecret": "Dae1eekeedeuKaoCiesh1Jei6aishe8I", "clientSecret": "",
"scopes": [ "scopes": [
"openid", "openid",
"email", "email",
@@ -19,7 +19,7 @@
"sso": { "sso": {
"cookieDomain": ".oceanbox.io", "cookieDomain": ".oceanbox.io",
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html", "signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
"redis": "redis-master,user=default,password=JICkoUKD0Y", "redis": "redis-master,user=default,password=secret",
"appDomain": "atlantis", "appDomain": "atlantis",
"dataProtectionKeys": "DataProtection-Keys" "dataProtectionKeys": "DataProtection-Keys"
}, },
@@ -36,8 +36,8 @@
"https://atlantis.local.oceanbox.io:8080" "https://atlantis.local.oceanbox.io:8080"
], ],
"logService" : "https://seq.oceanbox.io", "logService" : "https://seq.oceanbox.io",
"logApiKey": "WmZplDeFoxIHpJQ5BiDk", "logApiKey": "",
"cliUsers": [ "cliUsers": [
"admin:en-to-tre-fire" "admin:en-to-tre-fire"
] ]
} }

Some files were not shown because too many files have changed in this diff Show More