Skip to content

Commit

Permalink
add svc headless examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aWN4Y25pa2EK committed Jun 28, 2024
1 parent 9304c1e commit 394dd11
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/celestia-node/arabica-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ commonLabels: &commonLabels
network: da
type: &nodeType bridge # check
secretName: &secretName keys-da-bridge-1 # check
service:
external:
annotations:
external-dns.alpha.kubernetes.io/endpoints-type: "NodeExternalIP"
external-dns.alpha.kubernetes.io/hostname: "hc-da-bridge-1.celestia-arabica-11.com"
external-dns.alpha.kubernetes.io/ttl: "60"
persistence:
size: 1000Gi
dataSource:
Expand Down
6 changes: 6 additions & 0 deletions examples/celestia-node/arabica-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ commonLabels:
environment: arabica
network: da
type: &nodeType full # check
service:
external:
annotations:
external-dns.alpha.kubernetes.io/endpoints-type: "NodeExternalIP"
external-dns.alpha.kubernetes.io/hostname: "hc-da-full-1.celestia-arabica-11.com"
external-dns.alpha.kubernetes.io/ttl: "60"
persistence:
size: 1000Gi
dataSource:
Expand Down
8 changes: 8 additions & 0 deletions examples/celestia-node/arabica-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ commonLabels: &commonLabels
network: da
type: &nodeType light # check
secretName: &secretName keys-da-bridge-1 # check
service:
external:
annotations:
external-dns.alpha.kubernetes.io/endpoints-type: "NodeExternalIP"
external-dns.alpha.kubernetes.io/hostname: "hc-da-light-1.celestia-arabica-11.com"
external-dns.alpha.kubernetes.io/ttl: "60"
persistence:
size: 10Gi
node:
persistentVolumeClaimRetentionPolicy:
whenDeleted: Delete
Expand Down

0 comments on commit 394dd11

Please sign in to comment.