Added host alias to semaphore template for gitea #29

Merged
khwezi merged 1 commits from dev into main 2026-04-12 12:30:11 +02:00
Showing only changes of commit 5af2d33472 - Show all commits

View File

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