Commit Graph
22 Commits
Author SHA1 Message Date
argoyle 81898ffe9c fix(setup): wait for specific cert-manager pods to be ready
Update the kubectl wait command to target specific pods in the 
cert-manager namespace using labels. This ensures that the setup 
process only proceeds once the necessary components (cert-manager, 
cainjector, and webhook) are ready, improving reliability and 
specificity in deployment readiness checks.
2025-06-29 14:13:43 +02:00
argoyle 2bdfd2658b feat: update kustomization to include new namespaces and charts
Removes deprecated resources and adds new namespaces for 
external-secrets, cert-manager, and ingress-nginx. Updates 
kustomization to include helm charts for cert-manager and 
ingress-nginx with the latest versions, ensuring better 
resource management and improved deployment consistency.
2025-06-29 13:01:41 +02:00
argoyle e06a8e2a85 chore(secrets-store): clear Sentry DSN configuration
Remove Sentry DSN and disabled settings for Shiny services to  
ensure a cleaner configuration and avoid unnecessary setup  
for services that do not require Sentry integration.
2025-06-12 09:05:50 +02:00
argoyle d729229cba refactor: remove mysql resource from kustomization
Remove MySQL configuration from the Kustomization file,
as it is no longer needed for the current application
architecture. This change simplifies the resource
management and reduces complexity in the deployment.
2025-06-12 09:04:50 +02:00
argoyle ce6186e5eb fix(secrets-store): update apiVersion to v1 for compatibility
Updates the apiVersion of the ClusterSecretStore to v1 to ensure 
compatibility with the latest specifications and improve support 
for future features. This change addresses potential issues with 
deprecated versions and enhances stability.
2025-05-15 09:57:11 +02:00
argoyle 97a8647798 refactor(secrets-store): streamline configuration format
Convert value mapping to JSON strings for services and secrets. This 
change simplifies the structure, improves readability, and ensures 
consistency across service configurations.
2025-04-15 08:40:07 +02:00
argoyle a5066f9d84 feat(database): add sloth database initialization script
Adds the creation of the sloth database to the Postgres initialization 
script to ensure that it is available for use in the application.
2025-04-04 09:02:33 +02:00
argoyle 73bb4b38c3 chore: update labels to use app.kubernetes.io/name format
Refactor Kubernetes resource labels for rabbitmq, mysql, and postgres 
to follow the standardized naming convention of 
app.kubernetes.io/name. This change enhances clarity and conformity 
across resources, improving maintainability and alignment with 
Kubernetes best practices.
2025-01-24 19:00:40 +01:00
argoyle e62508cfbd refactor: move files to a kind-directory so Renovate will find them 2024-12-28 18:07:44 +01:00
argoyle 42bba204de chore: apply external secrets from helm chart 2024-09-12 20:12:38 +02:00
argoyle ec93dba8df feat: add supplier_invoice database creation to postgres.yaml 2024-05-20 07:45:54 +02:00
argoyle e655a4f761 feat(db): update postgres configuration
Increase memory limits and adjust postgres image version.
Add Swedish locale settings and create a new database for supplier.
2024-04-25 11:56:06 +00:00
argoyle 727132cbbe Merge branch 'remove-extra-port-mappings' into 'main'
refactor: removed unnecessary extraPortMappings in kind.yaml

See merge request unboundsoftware/local-k8s!1
2024-04-25 11:55:15 +00:00
argoyle f81f1ec61b refactor: removed unnecessary extraPortMappings in kind.yaml 2024-04-25 13:53:44 +02:00
argoyle 1cb78c2aff chore: upgrade to Postgres 15 and add init-script 2023-05-29 21:04:04 +02:00
argoyle 818ac59a0f chore: add secret for Shiny Gateway 2023-04-27 17:58:24 +02:00
argoyle 289489d222 chore: add cert-manager and external secrets 2023-04-10 22:30:16 +02:00
argoyle 2f1c975837 chore: change rabbit image, add memory conf 2022-11-17 10:00:25 +01:00
argoyle fe69db90e4 fix: make sure script stops on error 2021-11-20 08:55:23 +01:00
argoyle cee6c1507b chore: change to an image which work on M1 Mac 2021-11-20 08:44:50 +01:00
argoyle 6593687946 chore: add more info to README and wait for all pods to be available 2021-10-01 17:50:01 +02:00
argoyle 2230cc9b98 feat: initial commit 2021-09-14 08:32:10 +02:00