Skip to content

Commit 6316078

Browse files
committed
fix: ensure that container build aligns with deployment architecture
1 parent dd989f0 commit 6316078

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/docs.trustification.dev/020-BuildConfig.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ metadata:
88
app.kubernetes.io/part-of: trustify
99
spec:
1010
runPolicy: Serial
11+
nodeSelector:
12+
kubernetes.io/arch: arm64
1113
triggers:
1214
- type: ImageChange
1315
- type: ConfigChange

docs/docs.trustification.dev/030-Deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ spec:
2929
app.kubernetes.io/component: serve
3030
app.kubernetes.io/part-of: trustify
3131
spec:
32+
nodeSelector:
33+
kubernetes.io/arch: arm64
3234
containers:
3335
- image: "trustify-docs"
3436
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)