Use recreate strategy for UnrealIRCd
This commit is contained in:
@@ -503,11 +503,13 @@ metadata:
|
|||||||
namespace: irc
|
namespace: irc
|
||||||
labels:
|
labels:
|
||||||
app: unrealircd
|
app: unrealircd
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
strategy:
|
||||||
matchLabels:
|
type: Recreate
|
||||||
app: unrealircd
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: unrealircd
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user