Skip to content

Commit

Permalink
add example pod yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hexfusion committed Jun 23, 2023
1 parent e4ca9c9 commit 72a8e17
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vms/rpcchainvm/runtime/example/subnet-evm-pod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Pod
metadata:
name: subnet-evm
spec:
hostNetwork: true
containers:
- name: subnet-evm
image: dansoveravax/subnet-evm-container:v0.0.1-amd64
resources:
requests:
memory: 600Mi
cpu: 300m

0 comments on commit 72a8e17

Please sign in to comment.