Merge pull request 'Corrected semaphore host affiny patching' (#30) from dev into main

Reviewed-on: #30
This commit was merged in pull request #30.
This commit is contained in:
2026-04-12 12:32:36 +02:00

View File

@@ -69,10 +69,10 @@ spec:
- matchExpressions: - matchExpressions:
- key: node-role.kubernetes.io/control-plane - key: node-role.kubernetes.io/control-plane
operator: DoesNotExist operator: DoesNotExist
hostAliases: hostAliases:
- ip: "169.255.58.144" - ip: "169.255.58.144"
hostnames: hostnames:
- "gitea.khongisa.co.za" - "gitea.khongisa.co.za"
securityContext: securityContext:
runAsUser: 1001 runAsUser: 1001
fsGroup: 1001 fsGroup: 1001