diff --git a/deployment/overlays/robusta-torch-1/config/config.yaml b/deployment/overlays/robusta-torch-1/config/config.yaml index 070edac..8eb9d94 100644 --- a/deployment/overlays/robusta-torch-1/config/config.yaml +++ b/deployment/overlays/robusta-torch-1/config/config.yaml @@ -4,4 +4,15 @@ mutualPeers: containerName: "da" - nodeName: "da-full-1-0" containerName: "da" + - peers: + - nodeName: "da-bridge-2-0" + containerName: "da" + - nodeName: "da-full-2-0" + containerName: "da" + trustedPeersPath: "/tmp/celestia-config" # SETUP_PATH + - peers: + - nodeName: "da-bridge-1-0" + containerName: "da" + - nodeName: "da-full-3-0" + containerName: "da" trustedPeersPath: "/tmp/celestia-config" # SETUP_PATH \ No newline at end of file diff --git a/deployment/overlays/robusta-torch-1/kustomization.yaml b/deployment/overlays/robusta-torch-1/kustomization.yaml index c8163b9..a2ab62d 100644 --- a/deployment/overlays/robusta-torch-1/kustomization.yaml +++ b/deployment/overlays/robusta-torch-1/kustomization.yaml @@ -8,7 +8,7 @@ resources: images: - name: ghcr.io/jrmanes/torch - newTag: 902692f + newTag: ac6e6ee configMapGenerator: - name: config