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

View File

@ -13,3 +13,5 @@ resources:
- frontend.yaml - frontend.yaml
- srx-admin.yaml - srx-admin.yaml
- s3-proxy.yaml - s3-proxy.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: []