pyth-evm-watcher.yaml 544 B

1234567891011121314151617181920212223
  1. apiVersion: apps/v1
  2. kind: Deployment
  3. metadata:
  4. name: pyth-evm-watcher
  5. spec:
  6. selector:
  7. matchLabels:
  8. app: pyth-evm-watcher
  9. replicas: 1
  10. template:
  11. metadata:
  12. labels:
  13. app: pyth-evm-watcher
  14. spec:
  15. terminationGracePeriodSeconds: 0
  16. containers:
  17. - name: pyth-evm-watcher
  18. image: pyth-evm-watcher
  19. env:
  20. - name: WS_ENDPOINT
  21. value: "ws://eth-devnet:8545"
  22. - name: PYTH_CONTRACT
  23. value: "0xe982E462b094850F12AF94d21D470e21bE9D0E9C"