From 8b492d059d18693d364220a6ea3ff66382633e2c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 29 Jul 2025 21:38:06 -0500 Subject: [PATCH] xactmon: Pin to x86_64 nodes There are no ARM builds of the `xactmon` components. --- xactmon/xactmon.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xactmon/xactmon.yaml b/xactmon/xactmon.yaml index 5254f87..36ff460 100644 --- a/xactmon/xactmon.yaml +++ b/xactmon/xactmon.yaml @@ -51,6 +51,8 @@ spec: subPath: tmp imagePullSecrets: - name: imagepull-gitea + nodeSelector: + kubernetes.io/arch: amd64 securityContext: runAsUser: 251 runAsGroup: 251 @@ -132,6 +134,8 @@ spec: subPath: tmp imagePullSecrets: - name: imagepull-gitea + nodeSelector: + kubernetes.io/arch: amd64 securityContext: runAsUser: 251 runAsGroup: 251 @@ -214,6 +218,8 @@ spec: subPath: tmp imagePullSecrets: - name: imagepull-gitea + nodeSelector: + kubernetes.io/arch: amd64 securityContext: runAsUser: 251 runAsGroup: 251 @@ -296,6 +302,8 @@ spec: subPath: tmp imagePullSecrets: - name: imagepull-gitea + nodeSelector: + kubernetes.io/arch: amd64 securityContext: runAsUser: 251 runAsGroup: 251