12 lines
244 B
YAML
12 lines
244 B
YAML
|
|
# services/sui-metrics/overlays/atlas/patch-node-selector.yaml
|
||
|
|
apiVersion: apps/v1
|
||
|
|
kind: Deployment
|
||
|
|
metadata:
|
||
|
|
name: sui-metrics
|
||
|
|
namespace: sui-metrics
|
||
|
|
spec:
|
||
|
|
template:
|
||
|
|
spec:
|
||
|
|
nodeSelector:
|
||
|
|
kubernetes.io/hostname: titan-24
|