Skip to content

Commit

Permalink
chore(spartan): give services label names (#11609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Feb 7, 2025
1 parent afb52e3 commit 2da39df
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions spartan/aztec-network/templates/boot-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ metadata:
name: {{ include "aztec-network.fullname" . }}-boot-node
labels:
{{- include "aztec-network.labels" . | nindent 4 }}
app: boot-node
spec:
# If this is a public network, we want to expose the boot node as a LoadBalancer
{{- if .Values.network.public }}
Expand Down
1 change: 1 addition & 0 deletions spartan/aztec-network/templates/faucet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ metadata:
name: {{ include "aztec-network.fullname" . }}-faucet
labels:
{{- include "aztec-network.labels" . | nindent 4 }}
app: faucet
spec:
type: ClusterIP
selector:
Expand Down
1 change: 1 addition & 0 deletions spartan/aztec-network/templates/prover-broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ metadata:
name: {{ include "aztec-network.fullname" . }}-prover-broker
labels:
{{- include "aztec-network.labels" . | nindent 4 }}
app: prover-broker
spec:
type: ClusterIP
selector:
Expand Down
1 change: 1 addition & 0 deletions spartan/aztec-network/templates/prover-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ metadata:
name: {{ include "aztec-network.fullname" . }}-prover-node
labels:
{{- include "aztec-network.labels" . | nindent 4 }}
app: prover-node
spec:
type: ClusterIP
selector:
Expand Down
1 change: 1 addition & 0 deletions spartan/aztec-network/templates/pxe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ metadata:
name: {{ include "aztec-network.fullname" . }}-pxe
labels:
{{- include "aztec-network.labels" . | nindent 4 }}
app: pxe
spec:
type: ClusterIP
selector:
Expand Down
1 change: 1 addition & 0 deletions spartan/aztec-network/templates/transaction-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ metadata:
name: {{ include "aztec-network.fullname" . }}-bot
labels:
{{- include "aztec-network.labels" . | nindent 4 }}
app: bot
spec:
type: {{ .Values.bot.service.type }}
selector:
Expand Down
1 change: 1 addition & 0 deletions spartan/aztec-network/templates/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ metadata:
name: {{ include "aztec-network.fullname" . }}-validator
labels:
{{- include "aztec-network.labels" . | nindent 4 }}
app: validator
spec:
clusterIP: None
selector:
Expand Down

0 comments on commit 2da39df

Please sign in to comment.