fix(ci): use Recreate strategy for runner to avoid port conflicts
This commit is contained in:
parent
93f6123b28
commit
094df81df8
|
|
@ -8,6 +8,8 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app: gitea-runner
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Reference in New Issue