11# Default values for balius bane
22fullnameOverride : " "
3- nameOverride : " mainnet "
3+ nameOverride : " "
44
55# --- Baliusd Deployment options ---
66balius :
77 network : mainnet
88 image :
99 repository : ghcr.io/demeter-run/ext-balius-instance
10- tag : latest
10+ tag : 33ada013c8d53ac05da21b4adb65a8b4bfe67a59
1111 pullPolicy : IfNotPresent
1212 replicas : 1
1313 resources :
@@ -19,6 +19,7 @@ balius:
1919 memory : " 256Mi"
2020 containerPort : 3000
2121 prometheusPort : 8000
22+ # Postgres needs ALLOW_NOSSL set to true
2223 postgresHost : " postgres-service"
2324 tolerations : []
2425 affinity : {}
@@ -37,6 +38,7 @@ balius:
3738 labels : {}
3839 # --- Postgres Credentials ---
3940 postgres :
41+ database : balius
4042 usernameSecret :
4143 name : balius.mydb.credentials.postgresql.acid.zalan.do
4244 key : username
@@ -45,10 +47,10 @@ balius:
4547 key : password
4648 # --- ServiceAccount ---
4749 serviceAccount :
48- create : false
50+ create : true
4951 annotations : {}
5052 labels : {}
51- name : " default "
53+ name : " balius "
5254 # --- Service ---
5355 service :
5456 annotations : {}
@@ -59,7 +61,8 @@ balius:
5961 metrics : 8000
6062 # --- ConfigMap options ---
6163 configMap :
62- utxorpc_url : " http://localhost:1234"
64+ # Dingo, Dolos or any UTXO RPC url
65+ utxorpc_url : " http://dolos.dolos.svc.cluster.local:50051"
6366
6467# --- S3 Configuration & secret creation ---
6568# Secret will store only AWS_SECRET_ACCESS_KEY
6871 aws_region : us-west-2
6972 aws_access_key_id : " AKIAXXXXXXXX"
7073 aws_secret_access_key : " xxxxxxxxxxxxxxxxxxxxxx"
74+
75+ vault :
76+ address : " http://vault.balius.svc.cluster.local:8200"
77+ token : " vault-token-placeholder"
78+ vault_token_renew_interval : " 24h"
79+ vault_token_renew_seconds : " 600"
0 commit comments