Merge pull request 'use strategy.type recreate' (#161) from recreate-strategy into main
All checks were successful
Renovate / renovate (push) Successful in 5m45s

Reviewed-on: https://gitea.akshun-lab.uk/akshun/public-k3s/pulls/161
This commit was merged in pull request #161.
This commit is contained in:
2025-08-04 07:46:51 +00:00
28 changed files with 55 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ metadata:
name: authelia name: authelia
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: authelia app: authelia

View File

@@ -5,6 +5,8 @@ metadata:
name: bazarr name: bazarr
namespace: default namespace: default
spec: spec:
stratergy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: code-server name: code-server
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -7,6 +7,8 @@ metadata:
app.kubernetes.io/name: drone app.kubernetes.io/name: drone
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: ersatztv name: ersatztv
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: flaresolverr name: flaresolverr
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: ghostfolio name: ghostfolio
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: ghostfolio app: ghostfolio

View File

@@ -11,7 +11,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: gitea-act-runner app: gitea-act-runner
strategy: {} strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:

View File

@@ -5,6 +5,8 @@ metadata:
name: gitea-db name: gitea-db
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: gitea-db app: gitea-db

View File

@@ -5,6 +5,8 @@ metadata:
name: gitea-app name: gitea-app
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -10,7 +10,7 @@ spec:
revisionHistoryLimit: 3 revisionHistoryLimit: 3
replicas: 1 replicas: 1
strategy: strategy:
type: RollingUpdate type: Recreate
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: homepage app.kubernetes.io/name: homepage

View File

@@ -5,6 +5,8 @@ metadata:
name: immich-app name: immich-app
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: invidious name: invidious
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: jellyfin name: jellyfin
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: jellyseerr name: jellyseerr
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: jellystat name: jellystat
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: collabora name: collabora
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: collabora app: collabora

View File

@@ -5,6 +5,8 @@ metadata:
name: nextcloud name: nextcloud
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: nextcloud app: nextcloud

View File

@@ -5,6 +5,8 @@ metadata:
name: open-webui name: open-webui
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: open-webui app: open-webui

View File

@@ -5,6 +5,8 @@ metadata:
name: paperless-ngx name: paperless-ngx
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: paperless-ngx app: paperless-ngx

View File

@@ -5,6 +5,8 @@ metadata:
name: prowlarr name: prowlarr
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: qbittorrent name: qbittorrent
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: radarr name: radarr
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: searxng name: searxng
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: semaphore name: semaphore
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: sonarr name: sonarr
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: speedtest name: speedtest
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View File

@@ -5,6 +5,8 @@ metadata:
name: vaultwarden name: vaultwarden
namespace: default namespace: default
spec: spec:
strategy:
type: Recreate
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels: