Skip to content

Commit

Permalink
add hostPorts
Browse files Browse the repository at this point in the history
  • Loading branch information
aWN4Y25pa2EK committed Jul 2, 2024
1 parent 79d6e86 commit 715e778
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions charts/celestia-node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions examples/celestia-node/arabica-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -73,4 +73,6 @@ node:
Node:
StartupTimeout: 2m
diagnosticMode:
enabled: false
networkPolicy:
enabled: false

0 comments on commit 715e778

Please sign in to comment.