Skip to content

Commit

Permalink
evm rollup work
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed May 31, 2023
1 parent e0b8a2d commit 17ab482
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions TezosChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,9 @@ export class TezosChain extends pulumi.ComponentResource {
let rollupIngressParams = {
enabled: true,
host: rollupFqdn,
labels: {
app: "rollup-evm"
},
annotations: {
"kubernetes.io/ingress.class": "alb",
"alb.ingress.kubernetes.io/scheme": "internet-facing",
Expand Down
2 changes: 1 addition & 1 deletion dailynet/tezos-k8s
2 changes: 1 addition & 1 deletion dailynet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ activation:
numerator: 2
denominator: 3
max_slashing_period: 2
frozen_deposits_percentage: 10
delegation_over_baking_limit: 9
percentage_of_frozen_deposits_slashed_per_double_baking: 11
percentage_of_frozen_deposits_slashed_per_double_endorsement: 50
cache_script_size: 100000000
Expand Down

0 comments on commit 17ab482

Please sign in to comment.