This commit is contained in:
ivan 2026-07-29 16:03:27 +05:00
parent f0aecc51ad
commit ffc186e418
4 changed files with 2 additions and 2 deletions

View File

@ -8,3 +8,5 @@ resources:
- filestream.yaml - filestream.yaml
- frontend.yaml - frontend.yaml
- pdm.yaml - pdm.yaml
- redis-deployment.yaml
- redis-service.yaml

View File

@ -4,6 +4,4 @@ kind: Kustomization
resources: resources:
- ../base - ../base
- postgresql.yaml - postgresql.yaml
- redis-deployment.yaml
- redis-service.yaml
patches: [] patches: []