Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node hostname + network policy namespace for operator nodes #93

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 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-daemon.chia-blockchain-mainnet.svc

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