This commit is contained in:
ivan 2026-05-12 15:24:02 +05:00
parent 2759040a63
commit 23e1924dce
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ spec:
exec /app/file_entrypoint.sh
ports:
- name: http
containerPort: 8000
containerPort: 8080
protocol: TCP
env:
- name: POSTGRES_POOL_SIZE

View File

@ -11,5 +11,5 @@ spec:
ports:
- name: http
port: 80
targetPort: 8000
targetPort: 8080
protocol: TCP