refactor: use configMapGenerator for auto-rolling updates

This commit is contained in:
Chris Rai
2026-01-31 01:01:37 -05:00
parent 2f2c10b2a0
commit d2cfa49d71
6 changed files with 50 additions and 54 deletions

View File

@@ -8,5 +8,6 @@ resources:
- secrets.yaml
- services/gateway/
commonLabels:
environment: development
labels:
- pairs:
environment: development

View File

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

View File

@@ -5,7 +5,6 @@ namespace: cloud-services
resources:
- namespace.yaml
- ../../../../base
- deployment.yaml
- ingress.yaml
- external-secret.yaml