Files
math-tables/deploy/overlays/development/kustomization.yaml
Rene Luria 75548dab2b feat: migrate to S3 storage with automatic download and timestamped filenames
- Replace local file storage with S3-compatible object storage

- Add automatic PDF download after generation

- Include timestamps in filenames to ensure uniqueness

- Remove unused static volume from Kubernetes deployment

- Update ConfigMap to remove unused variables and add S3 configuration

- Configure S3 credentials via Kubernetes secrets for both dev and prod environments

- Add boto3 dependency for S3 integration
2025-09-03 22:41:16 +02:00

25 lines
463 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
# Development-specific patches
patchesStrategicMerge:
- deployment-patch.yaml
# Development-specific configurations
images:
- name: math-exercises
newName: math-exercises
newTag: dev-latest
# Development-specific labels
commonLabels:
environment: development
security-level: standard
secretGenerator:
- name: s3-credentials
envs:
- s3-credentials.env