...
1apiVersion: apps/v1
2kind: DaemonSet
3metadata:
4 name: nodeagent
5spec:
6 selector:
7 matchLabels:
8 platform.edge.ncr.com/component: nodeagent
9 template:
10 metadata:
11 labels:
12 platform.edge.ncr.com/component: nodeagent
13 spec:
14 serviceAccountName: nodeagent
15 containers:
16 - name: nodeagent
17 image: us-east1-docker.pkg.dev/ret-edge-pltf-infra/workloads/nodeagent@sha256:65bfe373055b38200f29444b4701bf22d22d3d3cd4077896ab787471d7807187
18 env:
19 - name: LAN_OUTAGE_DETECTOR_IMAGE
20 value: us-east1-docker.pkg.dev/ret-edge-pltf-infra/workloads/lanoutagedetector@sha256:fec7bfde528aa125d7b8dfb991d0a62faeb8f05b620e9503daa16ce834c01f7e
View as plain text