mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 10:32:19 +00:00
0d854fea6e
re: https://discord.com/channels/687972960811745322/738982866670714901/1041381487754354689 Introduces a more modular base with a google-kubernetes-engine overlay example.
21 lines
360 B
YAML
21 lines
360 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: mainnet
|
|
spec:
|
|
rules:
|
|
- host: ""
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: http
|
|
port:
|
|
number: 8545
|
|
path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- hosts:
|
|
- ""
|
|
secretName: "" |