Skip to content

Commit

Permalink
stellar#418: fixed the ingress rule for /
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Mar 3, 2023
1 parent 66e03d7 commit 7494abe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd/soroban-rpc/docker/k8s_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: soroban-rpc-pubnet-core-storage
name: soroban-rpc-futurenet-core-storage
spec:
accessModes:
- ReadWriteOnce
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
volumes:
- name: captive-core-data
persistentVolumeClaim:
claimName: soroban-rpc-pubnet-core-storage
claimName: soroban-rpc-futurenet-core-storage
---
apiVersion: v1
kind: Service
Expand All @@ -109,20 +109,20 @@ metadata:
ingress.kubernetes.io/ssl-redirect: "true"
kubernetes.io/ingress.class: public
nginx.ingress.kubernetes.io/rewrite-target: /soroban/rpc
name: rpc-futurenet
name: soroban-rpc-futurenet
spec:
rules:
- host: rpc-futurenet.prototypes.kube001.services.stellar-ops.com
http:
paths:
- backend:
service:
name: rpc-futurenet
name: soroban-rpc-futurenet
port:
number: 8000
path: /
pathType: Exact
pathType: Prefix
tls:
- hosts:
- rpc-futurenet.prototypes.kube001.services.stellar-ops.com
secretName: rpc-futurenet-cert
secretName: soroban-rpc-futurenet-cert

0 comments on commit 7494abe

Please sign in to comment.