fix: use external minio for files service
All checks were successful
CI / hygiene (push) Successful in 2s
Build and Deploy / build-and-deploy (push) Successful in 3m46s
CI / test (push) Successful in 18s

This commit is contained in:
Grendgi
2026-06-16 13:24:27 +03:00
parent dff97c55dc
commit 1d2e2a2330
3 changed files with 11 additions and 6 deletions

View File

@@ -13,6 +13,10 @@ spec:
labels:
app: files-server
spec:
hostAliases:
- ip: "77.105.173.42"
hostnames:
- "s3-minio.estateliga.work"
terminationGracePeriodSeconds: 15
securityContext:
runAsNonRoot: true