change gitea port to 80 as workaround of runner bug

This commit is contained in:
2026-03-14 15:51:40 +01:00
parent bc4f378df3
commit d39846422b
2 changed files with 54 additions and 0 deletions

View File

@@ -90,6 +90,11 @@ spec:
# Requirement for sharing ip with other service
externalTrafficPolicy: Cluster
ipFamilyPolicy: RequireDualStack
http:
type: ClusterIP
# We need the service to be at port 80 specifically
# to work around bug of Actions Runner
port: 80
ingress:
enabled: true