bae705aa97
- Add NFC ePassport roadmap (ICAO 9303, eIDAS) - Add TensorFlow.js edge face detection (BlazeFace) - Add structured audit logger (GDPR-compliant) - Risk scoring support Part of KYC Apple Native UX v1.1.0
21 lines
726 B
YAML
21 lines
726 B
YAML
# KANON (Siemens-grade): strikt Graviton/arm64. Klistras i varje Deployment .spec.template.spec.
|
|
# Beslut låst 2026-06-07 14:58 UTC (Erik): determinism > bekvämlighet, ingen x86-fallback.
|
|
nodeSelector:
|
|
kubernetes.io/arch: arm64
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: kubernetes.io/arch
|
|
operator: In
|
|
values: ["arm64"]
|
|
podAntiAffinity:
|
|
preferredDuringSchedulingIgnoredDuringExecution:
|
|
- weight: 100
|
|
podAffinityTerm:
|
|
labelSelector:
|
|
matchLabels:
|
|
app: APP_LABEL # ersätt per tjänst
|
|
topologyKey: kubernetes.io/hostname
|