postgres/werf.yaml
Мостовой Владимир Андреевич e154de728c [flant] init repo
2026-09-09 17:08:21 +03:00

13 lines
343 B
YAML

---
configVersion: 1
project: postgres
deploy:
namespace: '[[ env ]]'
helmRelease: '[[ project ]]-[[ env ]]'
---
image: postgresql
from: registry.lukoil.ru:8123/external-pub/library/postgres:16.10-alpine3.22
---
image: postgresqlExporter
from: registry.lukoil.ru:8123/external-pub/prometheuscommunity/postgres-exporter:v0.19.0