Skip to content

Commit

Permalink
feat: custom k8s label needs fullstack.hedera.com/ prefix (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Jul 26, 2023
1 parent 8565c6e commit c3f800a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/hedera-network/configs/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function test_node_total() {
echo "-------------------------------------------------------------"
echo "Checking total number of network node containers"
echo "-------------------------------------------------------------"
kubectl wait --for=condition=ready pod -l type=network-node --timeout=300s || return "${EX_ERR}"
kubectl wait --for=condition=ready pod -l fullstack.hedera.com/type=network-node --timeout=300s || return "${EX_ERR}"

local resp="$(get_pod_list network-node)"
local nodes=(${resp}) # convert into an array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
metadata:
labels:
app: network-{{ $node.name }}
type: network-node
fullstack.hedera.com/type: network-node
spec:
volumes:
- name: hgcapp-storage # change me
Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ infrastructure:
root: ghcr.io/hashgraph/full-stack-testing/ubi8-init-dind:0.1.2
envoyproxy: envoyproxy/envoy:v1.21.1
haproxy: haproxy:2.4-alpine
jsonrpcrelay: jsonrpcrelay
jsonrpcrelay: ghcr.io/hashgraph/hedera-json-rpc-relay:0.28.0
mirroruploader: gcr.io/hedera-registry/uploader-mirror:1.3.0
backupUploader: gcr.io/hedera-registry/hedera-backups:0.6.0

Expand Down

0 comments on commit c3f800a

Please sign in to comment.