Welcome, Wild Cloud!

This commit is contained in:
2025-05-28 14:08:10 -07:00
parent 5541b55760
commit 456e13ddfa
21 changed files with 69 additions and 65 deletions

View File

@@ -20,7 +20,10 @@ spec:
- containerPort: 6379
env:
- name: TZ
value: America/New_York
valueFrom:
configMapKeyRef:
name: config
key: TZ
envFrom:
- configMapRef:
name: config

View File

@@ -6,7 +6,7 @@ labels:
pairs:
app: redis
managedBy: kustomize
partOf: sovereign-cloud
partOf: wild-cloud
resources:
- deployment.yaml
- namespace.yaml