fix: add reloader annotation, reduce ExternalSecret refresh to 10m

This commit is contained in:
Chris Rai
2026-01-31 01:10:58 -05:00
parent 0469987c56
commit 5227583fa8
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ metadata:
namespace: cloud-services
labels:
app: gateway
annotations:
reloader.stakater.com/auto: "true"
spec:
replicas: 1
selector:

View File

@@ -4,7 +4,7 @@ metadata:
name: cloud-db-credentials
namespace: cloud-services
spec:
refreshInterval: 1h
refreshInterval: 10m
secretStoreRef:
name: vault-backend
kind: ClusterSecretStore