diff --git a/spartan/aztec-network/templates/boot-node.yaml b/spartan/aztec-network/templates/boot-node.yaml index 1277e14184f..61c50ff9a21 100644 --- a/spartan/aztec-network/templates/boot-node.yaml +++ b/spartan/aztec-network/templates/boot-node.yaml @@ -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 }} diff --git a/spartan/aztec-network/templates/faucet.yaml b/spartan/aztec-network/templates/faucet.yaml index c846e89094c..983c156199e 100644 --- a/spartan/aztec-network/templates/faucet.yaml +++ b/spartan/aztec-network/templates/faucet.yaml @@ -105,6 +105,7 @@ metadata: name: {{ include "aztec-network.fullname" . }}-faucet labels: {{- include "aztec-network.labels" . | nindent 4 }} + app: faucet spec: type: ClusterIP selector: diff --git a/spartan/aztec-network/templates/prover-broker.yaml b/spartan/aztec-network/templates/prover-broker.yaml index 96d14ec115f..ee37d5a8bdb 100644 --- a/spartan/aztec-network/templates/prover-broker.yaml +++ b/spartan/aztec-network/templates/prover-broker.yaml @@ -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: diff --git a/spartan/aztec-network/templates/prover-node.yaml b/spartan/aztec-network/templates/prover-node.yaml index 8746420f3ed..cfb3a18fd0e 100644 --- a/spartan/aztec-network/templates/prover-node.yaml +++ b/spartan/aztec-network/templates/prover-node.yaml @@ -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: diff --git a/spartan/aztec-network/templates/pxe.yaml b/spartan/aztec-network/templates/pxe.yaml index fb18c519249..3fe29758f48 100644 --- a/spartan/aztec-network/templates/pxe.yaml +++ b/spartan/aztec-network/templates/pxe.yaml @@ -142,6 +142,7 @@ metadata: name: {{ include "aztec-network.fullname" . }}-pxe labels: {{- include "aztec-network.labels" . | nindent 4 }} + app: pxe spec: type: ClusterIP selector: diff --git a/spartan/aztec-network/templates/transaction-bot.yaml b/spartan/aztec-network/templates/transaction-bot.yaml index 4de52c2836a..901670b0c0b 100644 --- a/spartan/aztec-network/templates/transaction-bot.yaml +++ b/spartan/aztec-network/templates/transaction-bot.yaml @@ -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: diff --git a/spartan/aztec-network/templates/validator.yaml b/spartan/aztec-network/templates/validator.yaml index 5b5d8031722..0df4fe2740f 100644 --- a/spartan/aztec-network/templates/validator.yaml +++ b/spartan/aztec-network/templates/validator.yaml @@ -277,6 +277,7 @@ metadata: name: {{ include "aztec-network.fullname" . }}-validator labels: {{- include "aztec-network.labels" . | nindent 4 }} + app: validator spec: clusterIP: None selector: