Skip to content

Commit

Permalink
add tls to ingresses
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jun 9, 2023
1 parent c3cfa4e commit 1691b7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TezosChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,12 @@ export class TezosChain extends pulumi.ComponentResource {
},
},
],
tls: [
{
hosts: [rpcDomain],
secretName: `${rpcDomain}-secret`
}
]
},
},
{ provider, parent: this }
Expand Down

0 comments on commit 1691b7b

Please sign in to comment.