Skip to content

Commit

Permalink
Update node hostname + network policy namespace for operator nodes (#93)
Browse files Browse the repository at this point in the history
* Update node hostname + network policy namespace for operator nodes

* swap to node-node-all
  • Loading branch information
cmmarslender authored Aug 30, 2024
1 parent 040f8b9 commit 1f1838e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/internal.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ service:
port: 9914

configmapEnvironment:
BLOCK_METRICS_CHIA_HOSTNAME: chia-blockchain.chia-blockchain.svc
BLOCK_METRICS_CHIA_HOSTNAME: node-node-all.chia-blockchain-mainnet.svc

configmapFile:
mountPath: "/root"
Expand Down Expand Up @@ -69,7 +69,7 @@ networkPolicy:
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: chia-blockchain
kubernetes.io/metadata.name: chia-blockchain-mainnet
ports:
- protocol: TCP
port: 8555
Expand Down

0 comments on commit 1f1838e

Please sign in to comment.