From 715e7782f972389a401eb6c7f82dae1fc8ff2b25 Mon Sep 17 00:00:00 2001 From: aWN4Y25pa2EK <19519604+aWN4Y25pa2EK@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:29:06 +0200 Subject: [PATCH] add hostPorts --- charts/celestia-node/templates/statefulset.yaml | 3 +++ examples/celestia-node/arabica-bridge.yaml | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/celestia-node/templates/statefulset.yaml b/charts/celestia-node/templates/statefulset.yaml index 9726d0c..6142e6b 100644 --- a/charts/celestia-node/templates/statefulset.yaml +++ b/charts/celestia-node/templates/statefulset.yaml @@ -188,10 +188,13 @@ spec: ports: - name: p2p containerPort: {{ .Values.node.containerPorts.p2p }} + hostPort: {{ .Values.node.containerPorts.p2p }} - name: rest containerPort: {{ .Values.node.containerPorts.rest }} + hostPort: {{ .Values.node.containerPorts.rest }} - name: rpc containerPort: {{ .Values.node.containerPorts.rpc }} + hostPort: {{ .Values.node.containerPorts.rpc }} - name: profiling containerPort: {{ .Values.node.containerPorts.profiling }} - name: prometheus diff --git a/examples/celestia-node/arabica-bridge.yaml b/examples/celestia-node/arabica-bridge.yaml index 7c6a974..18b6fac 100644 --- a/examples/celestia-node/arabica-bridge.yaml +++ b/examples/celestia-node/arabica-bridge.yaml @@ -9,10 +9,10 @@ service: external: annotations: external-dns.alpha.kubernetes.io/endpoints-type: "NodeExternalIP" - external-dns.alpha.kubernetes.io/hostname: "hct-da-bridge-1.celestia-arabica-11.com" + external-dns.alpha.kubernetes.io/hostname: "hc-bridge.celestia-arabica-11.com" external-dns.alpha.kubernetes.io/ttl: "60" persistence: - size: 1000Gi + size: 750Gi dataSource: apiGroup: snapshot.storage.k8s.io kind: VolumeSnapshot @@ -73,4 +73,6 @@ node: Node: StartupTimeout: 2m diagnosticMode: + enabled: false +networkPolicy: enabled: false \ No newline at end of file