13 lines
343 B
YAML
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
|