postgres/werf.yaml

13 lines
343 B
YAML
Raw Normal View History

2026-09-09 14:08:21 +00:00
---
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