Commit Graph

6 Commits

Author SHA1 Message Date
argoyle 9077c89ded fix(k8s): update apiVersion for ExternalSecret resource
Updates the apiVersion in the ExternalSecret resource to the latest 
version. This change ensures compatibility with current external-secrets 
implementation and leverages improved features and bug fixes.
2025-05-19 20:29:05 +02:00
argoyle b08ee1b646 feat(k8s): add external secret for geo-service
Creates an ExternalSecret for the geo-service to manage 
sensitive information through an external secrets store. 
Removes the legacy create-secrets script and updates 
references in the deployment configuration to use the 
new secret. This enhances security and maintainability 
by centralizing secret management.
2025-04-08 10:15:22 +02:00
argoyle 5834f8cbc0 fix(k8s): update label to use recommended format
Replace the app label with the app.kubernetes.io/name 
format in the deployment configuration to follow best 
practices for Kubernetes labeling conventions. This 
ensures better compatibility with tooling and promotes 
standardization across deployments.
2025-01-24 16:45:01 +01:00
argoyle 58f7848c4a ci: rename secrets-script 2021-12-05 16:17:55 +01:00
argoyle cdbeb2ea4c fix: update apiVersion of deployment 2021-11-04 21:42:12 +01:00
argoyle 3a475ec22b fix: new dir for k8s 2020-01-17 15:33:16 +01:00