haven notify only for amd64

This commit is contained in:
2025-08-16 22:31:41 -03:00
parent 6879e4d2bf
commit 20ef0eb4b5

View File

@@ -20,6 +20,8 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
nodeSelector:
kubernetes.io/arch: amd64
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service