Commit Graph

4 Commits

Author SHA1 Message Date
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 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