revisionHistoryLimit: 1
This commit is contained in:
parent
f66cea38ea
commit
88970e3c79
@ -5,6 +5,7 @@ metadata:
|
||||
namespace: adguard
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: adguard
|
||||
|
@ -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:
|
||||
|
@ -6,6 +6,7 @@ metadata:
|
||||
name: gitea
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: gitea
|
||||
|
@ -6,6 +6,7 @@ metadata:
|
||||
name: homepage
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: homepage
|
||||
|
@ -6,6 +6,7 @@ metadata:
|
||||
name: nextcloud
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: nextcloud
|
||||
|
@ -6,6 +6,7 @@ metadata:
|
||||
name: paperless-webserver
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: paperless-webserver
|
||||
|
@ -12,6 +12,7 @@ spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/instance: sftpgo
|
||||
|
@ -6,6 +6,7 @@ metadata:
|
||||
name: vaultwarden
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: vaultwarden
|
||||
|
@ -6,6 +6,7 @@ metadata:
|
||||
spec:
|
||||
minReadySeconds: 0
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: traefik
|
||||
|
@ -5,6 +5,8 @@ metadata:
|
||||
app: grafana
|
||||
name: grafana
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: grafana
|
||||
|
Loading…
x
Reference in New Issue
Block a user