Merge branch 'master' of ssh://158-160-253-227.nip.io:2222/infra/iac

This commit is contained in:
Kochetkov S 2026-04-27 12:14:33 +03:00
commit 1ff421d025
2 changed files with 2 additions and 2 deletions

View File

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

View File

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