revisionHistoryLimit: 1

This commit is contained in:
Steffen Illium 2024-05-16 22:45:02 +02:00
parent f66cea38ea
commit 88970e3c79
10 changed files with 12 additions and 1 deletions

View File

@ -5,6 +5,7 @@ metadata:
namespace: adguard
spec:
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app: adguard

View File

@ -7,6 +7,7 @@ metadata:
namespace: emby
spec:
replicas: 1
revisionHistoryLimit: 1
strategy:
type: Recreate
selector:
@ -47,7 +48,7 @@ spec:
subPath: music
resources:
limits:
gpu.intel.com/i915: 1 # requesting 1 GPU
gpu.intel.com/i915: "1" # requesting 1 GPU
cpu: "0.3"
memory: "2G"
livenessProbe:

View File

@ -6,6 +6,7 @@ metadata:
name: gitea
spec:
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app: gitea

View File

@ -6,6 +6,7 @@ metadata:
name: homepage
spec:
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app: homepage

View File

@ -6,6 +6,7 @@ metadata:
name: nextcloud
spec:
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app: nextcloud

View File

@ -6,6 +6,7 @@ metadata:
name: paperless-webserver
spec:
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app: paperless-webserver

View File

@ -12,6 +12,7 @@ spec:
strategy:
type: Recreate
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app.kubernetes.io/instance: sftpgo

View File

@ -6,6 +6,7 @@ metadata:
name: vaultwarden
spec:
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app: vaultwarden

View File

@ -6,6 +6,7 @@ metadata:
spec:
minReadySeconds: 0
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app: traefik

View File

@ -5,6 +5,8 @@ metadata:
app: grafana
name: grafana
spec:
revisionHistoryLimit: 1
replicas: 1
selector:
matchLabels:
app: grafana