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.
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ spec:
|
||||
name: http
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: google-maps-api
|
||||
name: geo-service
|
||||
restartPolicy: Always
|
||||
---
|
||||
apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user