Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Jun 5, 2024
1 parent 8c8bdc4 commit 17ccfde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
13 changes: 2 additions & 11 deletions charts/node/examples/local-rococo/bootnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,14 @@ node:
- "--allow-private-ipv4"
- "--discover-local"

# RPC endpoint
ingress:
enabled: false
annotations:
kubernetes.io/ingress.class: TODO
external-dns.alpha.kubernetes.io/target: TODO
cert-manager.io/cluster-issuer: TODO
rules:
- host: local-rococo.example.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: bootnode
port:
number: 9944
host: local-rococo.example.com
tls:
- secretName: local-rococo.example.com
hosts:
Expand Down
14 changes: 3 additions & 11 deletions charts/node/examples/local-rococo/parachain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,15 @@ node:
flags:
- "--allow-private-ipv4"
- "--discover-local"

# RPC endpoint
ingress:
enabled: false
annotations:
kubernetes.io/ingress.class: TODO
external-dns.alpha.kubernetes.io/target: TODO
cert-manager.io/cluster-issuer: TODO
rules:
- host: parachain.example.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: parachain-node
port:
number: 9944
host: parachain.example.com
tls:
- secretName: parachain.example.com
hosts:
Expand Down

0 comments on commit 17ccfde

Please sign in to comment.