18 lines
376 B
YAML
18 lines
376 B
YAML
---
|
|
configVersion: 1
|
|
project: keycloak
|
|
deploy:
|
|
namespace: '[[ env ]]'
|
|
helmRelease: '[[ project ]]-[[ env ]]'
|
|
---
|
|
image: keycloak
|
|
from: registry.lukoil.ru:8123/external-pub/keycloak/keycloak:26.4.0
|
|
git:
|
|
- add: /plugins
|
|
to: /opt/keycloak/providers
|
|
owner: 1000
|
|
group: 0
|
|
---
|
|
image: postgresql
|
|
from: registry.lukoil.ru:8123/external-pub/library/postgres:16.10-alpine3.22
|