Skip to content

Commit 9390ab0

Browse files
authored
Kubernetes: add node labels for local cluster (#844)
1 parent c69ceac commit 9390ab0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/kind_config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ nodes:
1010
hostPort: 443
1111
- containerPort: 32443
1212
hostPort: 8443 ## handle traefik [interal] http --> https redirect
13+
labels:
14+
ops: "true"
15+
simcore: "true"

0 commit comments

Comments
 (0)