File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2222 AUTHORIZED_HOST : " {{ .Values.authorizedHost }}"
2323 DISABLE_CHALLENGES : " {{ .Values.disableChallenges }}"
2424 ENABLE_CAPTCHA : " {{ .Values.enableCaptcha }}"
25+ {{- if .Values.maxBalance }}
2526 MAX_BALANCE : " {{ .Values.maxBalance }}"
27+ {{- end }}
2628 REDIS_URL : " {{ .Values.redis.url }}"
2729 RPC_URL : " {{ .Values.backendRpcUrl | default .Values.config.network.rpcUrl | required " An rpc url is required." }}"
2830 MIN_TEZ : " {{ .Values.minTez }}"
Original file line number Diff line number Diff line change 22# Faucet frontend: https://github.com/oxheadalpha/tezos-faucet
33
44images :
5- tezosFaucet : ghcr.io/oxheadalpha/tezos-faucet:2.1.0
6- tezosFaucetBackend : ghcr.io/oxheadalpha/tezos-faucet-backend:2.1 .0
5+ tezosFaucet : ghcr.io/oxheadalpha/tezos-faucet:2.2.1
6+ tezosFaucetBackend : ghcr.io/oxheadalpha/tezos-faucet-backend:2.2 .0
77
88# Frontend app configuration. You can optionally deploy only the faucet backend.
99enableUI : true
@@ -28,8 +28,9 @@ authorizedHost: "*"
2828backendRpcUrl : http://tezos-node-rpc:8732
2929# If the backend requires CAPTCHA tokens to be submitted.
3030enableCaptcha : true
31- # Faucet won't dispense to an address if its balance will exceed this.
32- maxBalance : 6000
31+ # Faucet won't dispense to an address if its balance will exceed this. Not
32+ # capped by default.
33+ maxBalance : null
3334# The minimum Tez allowed per request.
3435minTez : 1
3536# The maximum Tez allowed per request.
You can’t perform that action at this time.
0 commit comments